Kazan v0.10.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.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Apps.V1.DaemonSetUpdateStrategy{
  rolling_update: Kazan.Apis.Apps.V1.RollingUpdateDaemonSet.t(),
  type: String.t()
}