Class DaemonSetUpdateStrategyArgs
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.Extensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class DaemonSetUpdateStrategyArgs : ResourceArgs
Properties
View SourceRollingUpdate
Rolling update config params. Present only if type = "RollingUpdate".
Declaration
public Input<RollingUpdateDaemonSetArgs> RollingUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RollingUpdateDaemonSetArgs> |
Type
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |