Kazan v0.10.0 Kazan.Apis.Extensions.V1beta1.DaemonSetSpec View Source
DaemonSetSpec is the specification of a daemon set.
OpenAPI Definition: io.k8s.api.extensions.v1beta1.DaemonSetSpec
Properties
min_ready_seconds
::Integer
- The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
revision_history_limit
::Integer
- The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
selector
::Kazan.Models.Apimachinery.Meta.V1.LabelSelector
- 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. More info.
template
::Kazan.Apis.Core.V1.PodTemplateSpec
- An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template’s node selector (or on every node if no node selector is specified). More info.
template_generation
::Integer
- DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
update_strategy
::Kazan.Apis.Extensions.V1beta1.DaemonSetUpdateStrategy
- Deprecated. Please use io.k8s.api.extensions.v1beta1.DaemonSetUpdateStrategy instead.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Extensions.V1beta1.DaemonSetSpec{ min_ready_seconds: integer(), revision_history_limit: integer(), selector: Kazan.Models.Apimachinery.Meta.V1.LabelSelector.t(), template: Kazan.Apis.Core.V1.PodTemplateSpec.t(), template_generation: integer(), update_strategy: Kazan.Apis.Extensions.V1beta1.DaemonSetUpdateStrategy.t() }