Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for RollbackConfig (0.32 sec)

  1. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    func (m *RollbackConfig) Reset()      { *m = RollbackConfig{} }
    func (*RollbackConfig) ProtoMessage() {}
    func (*RollbackConfig) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2747f709ac7c95e7, []int{9}
    }
    func (m *RollbackConfig) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *RollbackConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/apps/v1beta1/generated.proto

      optional string name = 1;
    
      // The annotations to be updated to a deployment
      // +optional
      map<string, string> updatedAnnotations = 2;
    
      // The config of this deployment rollback.
      optional RollbackConfig rollbackTo = 3;
    }
    
    // DeploymentSpec is the specification of the desired behavior of the Deployment.
    message DeploymentSpec {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    func (m *RollbackConfig) Reset()      { *m = RollbackConfig{} }
    func (*RollbackConfig) ProtoMessage() {}
    func (*RollbackConfig) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{39}
    }
    func (m *RollbackConfig) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *RollbackConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1beta1/generated.proto

      optional string name = 1;
    
      // The annotations to be updated to a deployment
      // +optional
      map<string, string> updatedAnnotations = 2;
    
      // The config of this deployment rollback.
      optional RollbackConfig rollbackTo = 3;
    }
    
    // DeploymentSpec is the specification of the desired behavior of the Deployment.
    message DeploymentSpec {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      optional string name = 1;
    
      // The annotations to be updated to a deployment
      // +optional
      map<string, string> updatedAnnotations = 2;
    
      // The config of this deployment rollback.
      optional RollbackConfig rollbackTo = 3;
    }
    
    // DeploymentSpec is the specification of the desired behavior of the Deployment.
    message DeploymentSpec {
      // Number of desired pods. This is a pointer to distinguish between explicit
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  6. pkg/apis/apps/validation/validation.go

    		allErrs = append(allErrs, field.NotSupported(fldPath, strategy, validValues))
    	}
    	return allErrs
    }
    
    // ValidateRollback validates given RollbackConfig.
    func ValidateRollback(rollback *apps.RollbackConfig, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	v := rollback.Revision
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 06 22:11:20 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      optional string name = 1;
    
      // The annotations to be updated to a deployment
      // +optional
      map<string, string> updatedAnnotations = 2;
    
      // The config of this deployment rollback.
      optional RollbackConfig rollbackTo = 3;
    }
    
    // DeploymentSpec is the specification of the desired behavior of the Deployment.
    message DeploymentSpec {
      // Number of desired pods. This is a pointer to distinguish between explicit
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  8. pkg/controller/deployment/deployment_controller_test.go

    	f := newFixture(t)
    
    	d := newDeployment("foo", 1, nil, nil, nil, map[string]string{"foo": "bar"})
    	d.Annotations = map[string]string{util.RevisionAnnotation: "2"}
    	setRollbackTo(d, &extensions.RollbackConfig{Revision: 0})
    	f.dLister = append(f.dLister, d)
    
    	rs1 := newReplicaSet(d, "deploymentrs-old", 0)
    	rs1.Annotations = map[string]string{util.RevisionAnnotation: "1"}
    	one := int64(1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            "name": {
              "description": "Required: This must match the Name of a deployment.",
              "type": "string"
            },
            "rollbackTo": {
              "$ref": "#/definitions/io.k8s.api.apps.v1beta1.RollbackConfig",
              "description": "The config of this deployment rollback."
            },
            "updatedAnnotations": {
              "additionalProperties": {
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. pkg/apis/apps/validation/validation_test.go

    						Image:                    "image",
    						ImagePullPolicy:          api.PullNever,
    						TerminationMessagePolicy: api.TerminationMessageReadFile,
    					}},
    				},
    			},
    			RollbackTo: &apps.RollbackConfig{
    				Revision: 1,
    			},
    		},
    	}
    
    	for _, tweak := range tweaks {
    		tweak(d)
    	}
    
    	return d
    }
    
    func TestValidateDeployment(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
Back to top