Class ClusterRkeConfigUpgradeStrategyDrainInputArgs
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.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigUpgradeStrategyDrainInputArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigUpgradeStrategyDrainInputArgs()
Declaration
public ClusterRkeConfigUpgradeStrategyDrainInputArgs()
Properties
View SourceDeleteLocalData
Delete RKE node local data. Default: false (bool)
Declaration
public Input<bool> DeleteLocalData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Force
Force RKE node drain. Default: false (bool)
Declaration
public Input<bool> Force { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
GracePeriod
RKE node drain grace period. Default: -1 (int)
Declaration
public Input<int> GracePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IgnoreDaemonSets
Ignore RKE daemon sets. Default: true (bool)
Declaration
public Input<bool> IgnoreDaemonSets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Timeout
RKE node drain timeout. Default: 60 (int)
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |