View Source GoogleApi.GKEOnPrem.V1.Model.VmwareNodePoolAutoscalingConfig (google_api_gke_on_prem v0.6.0)

NodePoolAutoscaling config for the NodePool to allow for the kubernetes to scale NodePool.

Attributes

  • maxReplicas (type: integer(), default: nil) - Maximum number of replicas in the NodePool.
  • minReplicas (type: integer(), default: nil) - Minimum number of replicas in the NodePool.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareNodePoolAutoscalingConfig{
  maxReplicas: integer() | nil,
  minReplicas: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.