daemon_set
Source: base/pkg/kusion_kubernetes/api/apps/v1/daemon_set.k
This is the daemon_set module in kusion_kubernetes.api.apps.v1 package.
This file was generated by the KCL auto-gen tool. DO NOT EDIT.
Editing this file might prove futile when you re-run the KCL auto-gen generate command.
Schema DaemonSet
DaemonSet represents the configuration of a daemon set.
Attributes
Name and Description | Type | Default Value | Required |
---|---|---|---|
apiVersion APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md\#resources | "apps/v1" | "apps/v1" | required |
kind Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md\#types-kinds | "DaemonSet" | "DaemonSet" | required |
metadata Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md\#metadata | apis.ObjectMeta | Undefined | optional |
spec The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md\#spec-and-status | DaemonSetSpec | Undefined | optional |