Show / Hide Table of Contents

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 Source

DesiredSize

Desired number of worker nodes.

Declaration
public readonly int DesiredSize
Field Value
Type Description
System.Int32
View Source

MaxSize

Maximum number of worker nodes.

Declaration
public readonly int MaxSize
Field Value
Type Description
System.Int32
View Source

MinSize

Minimum number of worker nodes.

Declaration
public readonly int MinSize
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.