Class NodeGroupScalingConfig
Inheritance
System.Object
NodeGroupScalingConfig
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.Aws.Eks.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NodeGroupScalingConfig
Fields
View SourceDesiredSize
Desired number of worker nodes.
Declaration
public readonly int DesiredSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxSize
Maximum number of worker nodes.
Declaration
public readonly int MaxSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MinSize
Minimum number of worker nodes.
Declaration
public readonly int MinSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |