Class ClusterRkeConfigUpgradeStrategyGetArgs
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 ClusterRkeConfigUpgradeStrategyGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigUpgradeStrategyGetArgs()
Declaration
public ClusterRkeConfigUpgradeStrategyGetArgs()
Properties
View SourceDrain
RKE drain nodes. Default: false (bool)
Declaration
public Input<bool> Drain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DrainInput
RKE drain node input (list Maxitems: 1)
Declaration
public Input<ClusterRkeConfigUpgradeStrategyDrainInputGetArgs> DrainInput { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigUpgradeStrategyDrainInputGetArgs> |
MaxUnavailableControlplane
RKE max unavailable controlplane nodes. Default: 1 (string)
Declaration
public Input<string> MaxUnavailableControlplane { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxUnavailableWorker
RKE max unavailable worker nodes. Default: 10% (string)
Declaration
public Input<string> MaxUnavailableWorker { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |