Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 883 Bytes

NodePoolStatus.md

File metadata and controls

15 lines (11 loc) · 883 Bytes

NodePoolStatus

Representation of the status of a node pool.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'NodePoolStatus' if this is a complete object or 'NodePoolStatusLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
current_replicas int The current number of replicas for the node pool. [optional]
message str Adds additional information about the NodePool status when the node pool doesn't reach the desired replicas. [optional]

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