GoogleApi.Container.V1.Model.NodePoolAutoscaling (google_api_container v0.24.0) View Source
NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.
Attributes
-
autoprovisioned
(type:boolean()
, default:nil
) - Can this node pool be deleted automatically. -
enabled
(type:boolean()
, default:nil
) - Is autoscaling enabled for this node pool. -
maxNodeCount
(type:integer()
, default:nil
) - Maximum number of nodes in the NodePool. Must be >= min_node_count. There has to enough quota to scale up the cluster. -
minNodeCount
(type:integer()
, default:nil
) - Minimum number of nodes in the NodePool. Must be >= 1 and <= max_node_count.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.