Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 67 for DeploymentRollback (0.39 sec)

  1. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *DeploymentRollback) APILifecycleIntroduced() (major, minor int) {
    	return 1, 2
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:29:23 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    func (m *DeploymentRollback) Reset()      { *m = DeploymentRollback{} }
    func (*DeploymentRollback) ProtoMessage() {}
    func (*DeploymentRollback) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2747f709ac7c95e7, []int{5}
    }
    func (m *DeploymentRollback) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DeploymentRollback) 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)
  3. common-protos/k8s.io/api/apps/v1beta1/generated.proto

      // Items is the list of Deployments.
      repeated Deployment items = 2;
    }
    
    // DEPRECATED.
    // DeploymentRollback stores the information required to rollback a deployment.
    message DeploymentRollback {
      // Required: This must match the Name of a deployment.
      optional string name = 1;
    
      // The annotations to be updated to a deployment
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1beta1/types.go

    // +k8s:prerelease-lifecycle-gen:deprecated=1.8
    // +k8s:prerelease-lifecycle-gen:removed=1.16
    // +k8s:prerelease-lifecycle-gen:replacement=apps,v1,DeploymentRollback
    
    // DEPRECATED.
    // DeploymentRollback stores the information required to rollback a deployment.
    type DeploymentRollback struct {
    	metav1.TypeMeta `json:",inline"`
    	// Required: This must match the Name of a deployment.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    func (m *DeploymentRollback) Reset()      { *m = DeploymentRollback{} }
    func (*DeploymentRollback) ProtoMessage() {}
    func (*DeploymentRollback) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{9}
    }
    func (m *DeploymentRollback) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DeploymentRollback) 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)
  6. common-protos/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // is considered to match if either object matches the selector. A null
      // object (oldObject in the case of create, or newObject in the case of
      // delete) or an object that cannot have labels (like a
      // DeploymentRollback or a PodProxyOptions object) is not considered to
      // match.
      // Use the object selector only if the webhook is opt-in, because end
      // users may skip the admission webhook by setting the labels.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/admissionregistration/v1/generated.proto

      // is considered to match if either object matches the selector. A null
      // object (oldObject in the case of create, or newObject in the case of
      // delete) or an object that cannot have labels (like a
      // DeploymentRollback or a PodProxyOptions object) is not considered to
      // match.
      // Use the object selector only if the webhook is opt-in, because end
      // users may skip the admission webhook by setting the labels.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go

    	"":                   "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.",
    	"name":               "Required: This must match the Name of a deployment.",
    	"updatedAnnotations": "The annotations to be updated to a deployment",
    	"rollbackTo":         "The config of this deployment rollback.",
    }
    
    func (DeploymentRollback) SwaggerDoc() map[string]string {
    	return map_DeploymentRollback
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:34:30 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta1/generated.proto

      // Items is the list of Deployments.
      repeated Deployment items = 2;
    }
    
    // DEPRECATED.
    // DeploymentRollback stores the information required to rollback a deployment.
    message DeploymentRollback {
      // Required: This must match the Name of a deployment.
      optional string name = 1;
    
      // The annotations to be updated to a deployment
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go

    newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 46.9K bytes
    - Viewed (0)
Back to top