Show / Hide Table of Contents

Class ClusterK3sConfigUpgradeStrategyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterK3sConfigUpgradeStrategyArgs
Inherited Members
ResourceArgs.Empty
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 ClusterK3sConfigUpgradeStrategyArgs : ResourceArgs

Constructors

View Source

ClusterK3sConfigUpgradeStrategyArgs()

Declaration
public ClusterK3sConfigUpgradeStrategyArgs()

Properties

View Source

DrainServerNodes

Drain server nodes. Default: false (bool)

Declaration
public Input<bool> DrainServerNodes { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DrainWorkerNodes

Drain worker nodes. Default: false (bool)

Declaration
public Input<bool> DrainWorkerNodes { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ServerConcurrency

Server concurrency. Default: 1 (int)

Declaration
public Input<int> ServerConcurrency { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

WorkerConcurrency

Worker concurrency. Default: 1 (int)

Declaration
public Input<int> WorkerConcurrency { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.