Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 79 for controllerrevisions (0.33 sec)

  1. staging/src/k8s.io/api/apps/v1beta2/zz_generated.deepcopy.go

    func (in *ControllerRevision) DeepCopyInto(out *ControllerRevision) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    	in.Data.DeepCopyInto(&out.Data)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerRevision.
    func (in *ControllerRevision) DeepCopy() *ControllerRevision {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:00 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "group": "apps",
              "kind": "ControllerRevision",
              "version": "v1"
            }
          }
        },
        "/apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}": {
          "delete": {
            "consumes": [
              "*/*"
            ],
            "description": "delete a ControllerRevision",
            "operationId": "deleteAppsV1NamespacedControllerRevision",
            "parameters": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. pkg/apis/apps/validation/validation.go

    }
    
    // ValidateControllerRevisionUpdate collects errors pertaining to the mutation of an ControllerRevision Object. If the
    // returned ErrorList is empty the update operation is valid. Any mutation to the ControllerRevision's Data or Revision
    // is considered to be invalid.
    func ValidateControllerRevisionUpdate(newHistory, oldHistory *apps.ControllerRevision) field.ErrorList {
    	errs := field.ErrorList{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 06 22:11:20 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  4. pkg/controller/statefulset/stateful_set_utils.go

    	patch, err := json.Marshal(objCopy)
    	return patch, err
    }
    
    // newRevision creates a new ControllerRevision containing a patch that reapplies the target state of set.
    // The Revision of the returned ControllerRevision is set to revision. If the returned error is nil, the returned
    // ControllerRevision is valid. StatefulSet revisions are stored as patches that re-apply the current state of set
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  5. pkg/api/testing/unstructured_test.go

    			{Version: "v1", Kind: "List"},
    			{Group: "apps", Version: "v1beta1", Kind: "ControllerRevision"},
    			{Group: "apps", Version: "v1beta1", Kind: "ControllerRevisionList"},
    			{Group: "apps", Version: "v1beta2", Kind: "ControllerRevision"},
    			{Group: "apps", Version: "v1beta2", Kind: "ControllerRevisionList"},
    			{Group: "apps", Version: "v1", Kind: "ControllerRevision"},
    			{Group: "apps", Version: "v1", Kind: "ControllerRevisionList"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    func (m *ControllerRevision) Reset()      { *m = ControllerRevision{} }
    func (*ControllerRevision) ProtoMessage() {}
    func (*ControllerRevision) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2747f709ac7c95e7, []int{0}
    }
    func (m *ControllerRevision) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ControllerRevision) 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)
  7. staging/src/k8s.io/api/apps/v1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *ControllerRevision) APILifecycleIntroduced() (major, minor int) {
    	return 1, 9
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/generated.pb.go

    func (m *ControllerRevision) Reset()      { *m = ControllerRevision{} }
    func (*ControllerRevision) ProtoMessage() {}
    func (*ControllerRevision) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5b781835628d5338, []int{0}
    }
    func (m *ControllerRevision) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ControllerRevision) 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
    - 217.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    func (m *ControllerRevision) Reset()      { *m = ControllerRevision{} }
    func (*ControllerRevision) ProtoMessage() {}
    func (*ControllerRevision) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c423c016abf485d4, []int{0}
    }
    func (m *ControllerRevision) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ControllerRevision) 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
    - 235.6K bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

              "group": "apps",
              "kind": "ControllerRevision",
              "version": "v1"
            }
          }
        },
        "/apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}": {
          "delete": {
            "consumes": [
              "*/*"
            ],
            "description": "delete a ControllerRevision",
            "operationId": "deleteAppsV1NamespacedControllerRevision",
            "parameters": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top