Class GkeNodePoolAutoscalingConfig (5.0.0)

GkeNodePoolAutoscalingConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.

Attributes

NameDescription
min_node_count int
The minimum number of nodes in the NodePool. Must be >= 0 and <= max_node_count.="">
max_node_count int
The maximum number of nodes in the NodePool. Must be >= min_node_count. **Note:** Quota must be sufficient to scale up the cluster.

Inheritance

builtins.object > proto.message.Message > GkeNodePoolAutoscalingConfig