Kazan v0.10.0 Kazan.Apis.Apps.V1beta1.StatefulSetUpdateStrategy View Source

StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

OpenAPI Definition: io.k8s.api.apps.v1beta1.StatefulSetUpdateStrategy

Properties

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Apps.V1beta1.StatefulSetUpdateStrategy{
  rolling_update: Kazan.Apis.Apps.V1beta1.RollingUpdateStatefulSetStrategy.t(),
  type: String.t()
}