Daemon Set Spec Patch Args
data class DaemonSetSpecPatchArgs(val minReadySeconds: Output<Int>? = null, val revisionHistoryLimit: Output<Int>? = null, val selector: Output<LabelSelectorPatchArgs>? = null, val template: Output<PodTemplateSpecPatchArgs>? = null, val templateGeneration: Output<Int>? = null, val updateStrategy: Output<DaemonSetUpdateStrategyPatchArgs>? = null) : ConvertibleToJava<DaemonSetSpecPatchArgs>
DaemonSetSpec is the specification of a daemon set.
Constructors
Link copied to clipboard
fun DaemonSetSpecPatchArgs(minReadySeconds: Output<Int>? = null, revisionHistoryLimit: Output<Int>? = null, selector: Output<LabelSelectorPatchArgs>? = null, template: Output<PodTemplateSpecPatchArgs>? = null, templateGeneration: Output<Int>? = null, updateStrategy: Output<DaemonSetUpdateStrategyPatchArgs>? = null)
Functions
Properties
Link copied to clipboard
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: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template