Kazan v0.7.0 Kazan.Apis.Apps.V1.DaemonSetUpdateStrategy View Source
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
OpenAPI Definition: io.k8s.api.apps.v1.DaemonSetUpdateStrategy
Properties
rolling_update
::Kazan.Apis.Apps.V1.RollingUpdateDaemonSet
- Rolling update config params. Present only if type = “RollingUpdate”.
type
::String
- Type of daemon set update. Can be “RollingUpdate” or “OnDelete”. Default is RollingUpdate.