Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for DaemonSetSpec (0.34 sec)

  1. pkg/printers/internalversion/printers_test.go

    	testDaemonSet := apps.DaemonSet{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:              "test1",
    			CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    		},
    		Spec: apps.DaemonSetSpec{
    			Template: api.PodTemplateSpec{
    				Spec: api.PodSpec{
    					Containers: []api.Container{
    						{
    							Name:  "fake-container1",
    							Image: "fake-image1",
    						},
    						{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // `updateStrategy.rollingUpdate.maxUnavailable` here:
      // https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec).
      // 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 = 23;
    }
    
    message CNIUsageConfig {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    		{Name: "Images", Type: "string", Priority: 1, Description: "Images referenced by each container in the template."},
    		{Name: "Selector", Type: "string", Priority: 1, Description: extensionsv1beta1.DaemonSetSpec{}.SwaggerDoc()["selector"]},
    	}
    	_ = h.TableHandler(daemonSetColumnDefinitions, printDaemonSet)
    	_ = h.TableHandler(daemonSetColumnDefinitions, printDaemonSetList)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/apps/v1.DaemonSetList":                                                                      schema_k8sio_api_apps_v1_DaemonSetList(ref),
    		"k8s.io/api/apps/v1.DaemonSetSpec":                                                                      schema_k8sio_api_apps_v1_DaemonSetSpec(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

              {
                "group": "apps",
                "kind": "DaemonSetList",
                "version": "v1"
              }
            ]
          },
          "io.k8s.api.apps.v1.DaemonSetSpec": {
            "description": "DaemonSetSpec is the specification of a daemon set.",
            "properties": {
              "minReadySeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// `updateStrategy.rollingUpdate.maxUnavailable` here:
    	// https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec).
    	// May be specified as a number of pods or as a percent of the total number
    	// of pods at the start of the update.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            {
              "group": "apps",
              "kind": "DaemonSetList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.apps.v1.DaemonSetSpec": {
          "description": "DaemonSetSpec is the specification of a daemon set.",
          "properties": {
            "minReadySeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

            {
              "group": "apps",
              "kind": "DaemonSetList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.apps.v1.DaemonSetSpec": {
          "description": "DaemonSetSpec is the specification of a daemon set.",
          "properties": {
            "minReadySeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    resourceQuotas: enabled: false pods: 5000 # The number of pods that can be unavailable during rolling update (see # `updateStrategy.rollingUpdate.maxUnavailable` here: # https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec). # May be specified as a number of pods or as a percent of the total number # of pods at the start of the update. rollingMaxUnavailabl: 1 # Revision is set as 'version' label and part of the resource names when installing multiple control planes....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            {
              "group": "apps",
              "kind": "DaemonSetList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.apps.v1.DaemonSetSpec": {
          "description": "DaemonSetSpec is the specification of a daemon set.",
          "properties": {
            "minReadySeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top