Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 89 for ReplicaSets (0.52 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "integer"
            },
            "revisionHistoryLimit": {
              "description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old ReplicaSets\".",
              "format": "int32",
              "type": "integer"
            },
            "rollbackTo": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2.json

                    "update",
                    "watch"
                  ]
                },
                {
                  "categories": [
                    "all"
                  ],
                  "resource": "replicasets",
                  "responseKind": {
                    "group": "",
                    "kind": "ReplicaSet",
                    "version": ""
                  },
                  "scope": "Namespaced",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2beta1.json

                    "update",
                    "watch"
                  ]
                },
                {
                  "categories": [
                    "all"
                  ],
                  "resource": "replicasets",
                  "responseKind": {
                    "group": "",
                    "kind": "ReplicaSet",
                    "version": ""
                  },
                  "scope": "Namespaced",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. pkg/controller/disruption/disruption_test.go

    		ctx,
    		informerFactory.Core().V1().Pods(),
    		informerFactory.Policy().V1().PodDisruptionBudgets(),
    		informerFactory.Core().V1().ReplicationControllers(),
    		informerFactory.Apps().V1().ReplicaSets(),
    		informerFactory.Apps().V1().Deployments(),
    		informerFactory.Apps().V1().StatefulSets(),
    		coreClient,
    		testrestmapper.TestOnlyStaticRESTMapper(scheme),
    		fakeScaleClient,
    		fakeDiscovery,
    		fakeClock,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    		},
    		{
    			name:     "alias-in-comma-separated-arg",
    			arg:      "all,secrets",
    			expected: "pods,replicationcontrollers,services,statefulsets.apps,horizontalpodautoscalers.autoscaling,jobs.batch,cronjobs.batch,daemonsets.extensions,deployments.extensions,replicasets.extensions,secrets",
    		},
    	}
    
    	b := newDefaultBuilder()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.apps.v1.Deployment": {
            "description": "Deployment enables declarative updates for Pods and ReplicaSets.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. pkg/controller/podautoscaler/horizontal_test.go

    			},
    			Status: autoscalingv1.ScaleStatus{
    				Replicas: tc.statusReplicas,
    				Selector: selector,
    			},
    		}
    		return true, obj, nil
    	})
    
    	fakeScaleClient.AddReactor("get", "replicasets", func(action core.Action) (handled bool, ret runtime.Object, err error) {
    		tc.Lock()
    		defer tc.Unlock()
    
    		obj := &autoscalingv1.Scale{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      tc.resource.name,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

      - watch
      - create
      - delete
    - apiGroups:
      - multicluster.x-k8s.io
      resources:
      - serviceimports
      verbs:
      - get
      - list
      - watch
    - apiGroups:
      - apps
      resources:
      - replicasets
      verbs:
      - get
      - list
      - watch
    - apiGroups:
      - authentication.k8s.io
      resources:
      - tokenreviews
      verbs:
      - create
    - apiGroups:
      - authorization.k8s.io
      resources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    							Enum:        []interface{}{"Recreate", "RollingUpdate"},
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.apps.v1.Deployment": {
          "description": "Deployment enables declarative updates for Pods and ReplicaSets.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top