Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 837 Bytes

NodePoolAutoscaling.md

File metadata and controls

15 lines (11 loc) · 837 Bytes

NodePoolAutoscaling

Representation of a autoscaling in a node pool.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'NodePoolAutoscaling' if this is a complete object or 'NodePoolAutoscalingLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
max_replica int The maximum number of replicas for the node pool. [optional]
min_replica int The minimum number of replicas for the node pool. [optional]

[Back to Model list] [Back to API list] [Back to README]