Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 62 for deploymentID (0.2 sec)

  1. api/discovery/aggregated_v2beta1.json

                  ],
                  "resource": "deployments",
                  "responseKind": {
                    "group": "",
                    "kind": "Deployment",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
                    "deploy"
                  ],
                  "singularResource": "deployment",
                  "subresources": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2.json

                  ],
                  "resource": "deployments",
                  "responseKind": {
                    "group": "",
                    "kind": "Deployment",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
                    "deploy"
                  ],
                  "singularResource": "deployment",
                  "subresources": [
                    {
    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. pkg/controller/disruption/disruption_test.go

    			depKind:       controllerKindDep.Kind,
    			findsScale:    false,
    		},
    		"invalid deployment apiVersion": {
    			rsApiVersion:  "extensions/v1",
    			rsKind:        controllerKindRS.Kind,
    			depApiVersion: "deployment/v1",
    			depKind:       controllerKindDep.Kind,
    			findsScale:    false,
    		},
    		"invalid deployment kind": {
    			rsApiVersion:  "apps/v1",
    			rsKind:        controllerKindRS.Kind,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      //
      // - Exact: match a request only if it exactly matches a specified rule.
      // For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1,
      // but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
      // a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/types.go

    	//
    	// - Exact: match a request only if it exactly matches a specified rule.
    	// For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1,
    	// but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
    	// a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      //
      // - Exact: match a request only if it exactly matches a specified rule.
      // For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1,
      // but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
      // a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	//
    	// - Exact: match a request only if it exactly matches a specified rule.
    	// For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1,
    	// but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
    	// a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  8. cmd/kube-controller-manager/app/options/options_test.go

    	}
    	opts.Generic.Controllers = []string{"deployment", "-job", "-cronjob-controller", "podgc", "token-cleaner-controller"}
    	expectedControllers := []string{"deployment-controller", "-job-controller", "-cronjob-controller", "pod-garbage-collector-controller", "token-cleaner-controller"}
    
    	allControllers := []string{
    		"bootstrap-signer-controller",
    		"job-controller",
    		"deployment-controller",
    		"cronjob-controller",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/deployment-v1/#DeploymentSpec).
      // May be specified as a number of pods or as a percent of the total number
      // of pods at the start of the update.
      IntOrString rollingMaxUnavailable = 25 [deprecated = true];
    
      // The node tolerations to be applied to the Pilot deployment so that it can be
      // scheduled to particular nodes with matching taints.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	//
    	// - Exact: match a request only if it exactly matches a specified rule.
    	// For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1,
    	// but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
    	// a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
Back to top