View Source GoogleApi.Dataproc.V1.Model.GkeNodePoolAutoscalingConfig (google_api_dataproc v0.54.0)

GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.

Attributes

  • maxNodeCount (type: integer(), default: nil) - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
  • minNodeCount (type: integer(), default: nil) - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.GkeNodePoolAutoscalingConfig{
  maxNodeCount: integer() | nil,
  minNodeCount: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.