Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 64 for controllerrevisions (0.52 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ControllerRevision.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 506 bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.ControllerRevision.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 506 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.ControllerRevision.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 501 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.ControllerRevision.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 506 bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.ControllerRevision.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 501 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.ControllerRevision.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 506 bytes
    - Viewed (0)
  7. pkg/controller/daemon/update_test.go

    	cases := []struct {
    		name                      string
    		managerFunc               func(ctx context.Context) *daemonSetsController
    		historyCRAll              []*apps.ControllerRevision
    		expectControllerRevisions []*apps.ControllerRevision
    	}{
    		{
    			name: "controller revision in the same namespace",
    			managerFunc: func(ctx context.Context) *daemonSetsController {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 10 21:10:35 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top