V1DaemonSetSpec

March 28, 2026 ยท View on GitHub

DaemonSetSpec is the specification of a daemon set.

Properties

NameTypeDescriptionNotes
min_ready_secondsintThe 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).[optional]
revision_history_limitintThe number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.[optional]
selectorV1LabelSelector
templateV1PodTemplateSpec
update_strategyV1DaemonSetUpdateStrategy[optional]

[Back to Model list] [Back to API list] [Back to README]