Class StatefulSetUpdateStrategy
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.
Inheritance
System.Object
StatefulSetUpdateStrategy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Apps.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class StatefulSetUpdateStrategy
Fields
View SourceRollingUpdate
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
Declaration
public readonly RollingUpdateStatefulSetStrategy RollingUpdate
Field Value
| Type | Description |
|---|---|
| RollingUpdateStatefulSetStrategy |
Type
Type indicates the type of the StatefulSetUpdateStrategy.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |