Class DaemonSetUpdateStrategy
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
Inheritance
System.Object
DaemonSetUpdateStrategy
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.V1Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class DaemonSetUpdateStrategy
Fields
View SourceRollingUpdate
Rolling update config params. Present only if type = "RollingUpdate".
Declaration
public readonly RollingUpdateDaemonSet RollingUpdate
Field Value
| Type | Description |
|---|---|
| RollingUpdateDaemonSet |
Type
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |