Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.24 KB

Nodepools.md

File metadata and controls

22 lines (18 loc) · 1.24 KB

Org.OpenAPITools.Model.Nodepools

NodePool

Properties

Name Type Description Notes
Id string The NodePool ID. [optional]
DateCreated string Date of creation [optional]
Label string Label for nodepool [optional]
Tag string Tag for node pool [optional]
Plan string Plan used for nodepool [optional]
Status string Status for nodepool [optional]
NodeQuantity int Number of nodes in nodepool [optional]
Nodes List<NodepoolInstances> [optional]
DateUpdated string Date the nodepool was updated. [optional]
AutoScaler bool Displays if the auto scaler is enabled or disabled for your cluster. [optional]
MinNodes int Auto scaler field that displays the minimum nodes you want for your cluster. [optional]
MaxNodes int Auto scaler field that displays the maximum nodes you want for your cluster. [optional]

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