Kazan v0.11.0 Kazan.Apis.Apps.V1beta2.DaemonSetUpdateStrategy View Source

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

OpenAPI Definition: io.k8s.api.apps.v1beta2.DaemonSetUpdateStrategy

Properties

Link to this section Summary

Link to this section Types

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