Class DaemonSetUpdateStrategy
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.Extensions.V1Beta1
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 OnDelete.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |