Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DaemonSetSpec (0.2 sec)

  1. staging/src/k8s.io/api/apps/v1/types.go

    	// cause evictions during disruption.
    	// +optional
    	MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty" protobuf:"bytes,2,opt,name=maxSurge"`
    }
    
    // DaemonSetSpec is the specification of a daemon set.
    type DaemonSetSpec struct {
    	// A label query over pods that are managed by the daemon set.
    	// Must match in order to be controlled.
    	// It must match the pod template's labels.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K 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)
Back to top