Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.58 KB

NodePool.md

File metadata and controls

24 lines (20 loc) · 1.58 KB

NodePool

Representation of a node pool in a cluster.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'NodePool' if this is a complete object or 'NodePoolLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
aws_node_pool AWSNodePool [optional]
auto_repair bool Specifies whether health checks should be enabled for machines in the NodePool. [optional]
autoscaling NodePoolAutoscaling [optional]
availability_zone str The availability zone upon which the node is created. [optional]
labels dict(str, str) The labels set on the Nodes created. [optional]
replicas int The number of Machines (and Nodes) to create. Replicas and autoscaling cannot be used together. [optional]
status NodePoolStatus [optional]
subnet str The subnet upon which the nodes are created. [optional]
taints list[Taint] The taints set on the Nodes created. [optional]
tuning_configs list[str] The names of the tuning configs for this node pool. [optional]
version Version [optional]

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