Class StatefulSetUpdateStrategyArgs
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.
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.Inputs.Apps.V1Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public class StatefulSetUpdateStrategyArgs : ResourceArgs
Properties
View SourceRollingUpdate
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
Declaration
public Input<RollingUpdateStatefulSetStrategyArgs> RollingUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RollingUpdateStatefulSetStrategyArgs> |
Type
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |