Kazan v0.10.0 Kazan.Apis.Apps.V1beta2.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.v1beta2.StatefulSetUpdateStrategy
Properties
rolling_update
::Kazan.Apis.Apps.V1beta2.RollingUpdateStatefulSetStrategy
- RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
type
::String
- Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Apps.V1beta2.StatefulSetUpdateStrategy{ rolling_update: Kazan.Apis.Apps.V1beta2.RollingUpdateStatefulSetStrategy.t(), type: String.t() }