Class DeploymentStrategy
DeploymentStrategy describes how to replace existing pods with new ones.
Inheritance
System.Object
DeploymentStrategy
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.Extensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class DeploymentStrategy
Fields
View SourceRollingUpdate
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
Declaration
public readonly RollingUpdateDeployment RollingUpdate
Field Value
| Type | Description |
|---|---|
| RollingUpdateDeployment |
Type
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |