Class AzureNodePoolAutoscaling (1.0.0-beta01)

public sealed class AzureNodePoolAutoscaling : IMessage<AzureNodePoolAutoscaling>, IEquatable<AzureNodePoolAutoscaling>, IDeepCloneable<AzureNodePoolAutoscaling>, IBufferMessage, IMessage

Configuration related to Kubernetes cluster autoscaler.

The Kubernetes cluster autoscaler will automatically adjust the size of the node pool based on the cluster load.

Inheritance

Object > AzureNodePoolAutoscaling

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AzureNodePoolAutoscaling()

public AzureNodePoolAutoscaling()

AzureNodePoolAutoscaling(AzureNodePoolAutoscaling)

public AzureNodePoolAutoscaling(AzureNodePoolAutoscaling other)
Parameter
NameDescription
otherAzureNodePoolAutoscaling

Properties

MaxNodeCount

public int MaxNodeCount { get; set; }

Required. Maximum number of nodes in the node pool. Must be greater than or equal to min_node_count and less than or equal to 50.

Property Value
TypeDescription
Int32

MinNodeCount

public int MinNodeCount { get; set; }

Required. Minimum number of nodes in the node pool. Must be greater than or equal to 1 and less than or equal to max_node_count.

Property Value
TypeDescription
Int32