Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for DaemonSetSpec (0.34 sec)

  1. pkg/config/schema/collections/collections.gen.go

    		Identifier:    "DaemonSet",
    		Group:         "apps",
    		Kind:          "DaemonSet",
    		Plural:        "daemonsets",
    		Version:       "v1",
    		Proto:         "k8s.io.api.apps.v1.DaemonSetSpec",
    		ReflectType:   reflect.TypeOf(&k8sioapiappsv1.DaemonSetSpec{}).Elem(),
    		ProtoPackage:  "k8s.io/api/apps/v1",
    		ClusterScoped: false,
    		Synthetic:     false,
    		Builtin:       true,
    		ValidateProto: validation.EmptyValidate,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  2. pkg/config/schema/metadata.yaml

        protoPackage: "k8s.io/api/core/v1"
    
      - kind: "DaemonSet"
        plural: "daemonsets"
        group: "apps"
        version: "v1"
        builtin: true
        proto: "k8s.io.api.apps.v1.DaemonSetSpec"
        protoPackage: "k8s.io/api/apps/v1"
    
      - kind: "StatefulSet"
        plural: "statefulsets"
        group: "apps"
        version: "v1"
        builtin: true
        proto: "k8s.io.api.apps.v1.StatefulSetSpec"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/apps/v1/generated.proto

      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // A list of daemon sets.
      repeated DaemonSet items = 2;
    }
    
    // DaemonSetSpec is the specification of a daemon set.
    message DaemonSetSpec {
      // 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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // A list of daemon sets.
      repeated DaemonSet items = 2;
    }
    
    // DaemonSetSpec is the specification of a daemon set.
    message DaemonSetSpec {
      // 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: Mon Apr 29 07:14:59 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/apps/v1beta2/generated.proto

      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // A list of daemon sets.
      repeated DaemonSet items = 2;
    }
    
    // DaemonSetSpec is the specification of a daemon set.
    message DaemonSetSpec {
      // 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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1beta2/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // A list of daemon sets.
      repeated DaemonSet items = 2;
    }
    
    // DaemonSetSpec is the specification of a daemon set.
    message DaemonSetSpec {
      // 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 Mar 28 15:34:11 UTC 2024
    - 36.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go

    	"items":    "A list of daemon sets.",
    }
    
    func (DaemonSetList) SwaggerDoc() map[string]string {
    	return map_DaemonSetList
    }
    
    var map_DaemonSetSpec = map[string]string{
    	"":                     "DaemonSetSpec is the specification of a daemon set.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // A list of daemon sets.
      repeated DaemonSet items = 2;
    }
    
    // DaemonSetSpec is the specification of a daemon set.
    message DaemonSetSpec {
      // A label query over pods that are managed by the daemon set.
      // Must match in order to be controlled.
      // If empty, defaulted to labels on Pod template.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // A list of daemon sets.
      repeated DaemonSet items = 2;
    }
    
    // DaemonSetSpec is the specification of a daemon set.
    message DaemonSetSpec {
      // A label query over pods that are managed by the daemon set.
      // Must match in order to be controlled.
      // If empty, defaulted to labels on Pod template.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  10. 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)
Back to top