Human-readable display name of the node pool. e.g. "My Node Pool"
Must be fewer than 64 characters long.
createTimestring date-time
The creation time of the node pool.
minNodeCountinteger
https://cloud.google.com/kubernetes-engine/quotas
Minimum number of nodes in this node pool. Must be a non-negative integer
less than or equal to max_node_count.
If not specified, the default is 0.
maxNodeCountinteger
https://cloud.google.com/kubernetes-engine/quotas
Maximum number of nodes in this node pool. Must be a positive integer
greater than or equal to min_node_count.
If not specified, the default is 1.
overprovisionNodeCountinteger
The number of nodes to overprovision by the autoscaler. Must be a
non-negative integer and less than or equal to min_node_count and
max_node_count-min_node_count.
If not specified, the default is 0.