View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminControlPlaneNodePoolConfig (google_api_gke_on_prem v0.2.0)

BareMetalAdminControlPlaneNodePoolConfig specifies the control plane node pool configuration. We have a control plane specific node pool config so that we can flexible about supporting control plane specific fields in the future.

Attributes

  • nodePoolConfig (type: GoogleApi.GKEOnPrem.V1.Model.BareMetalNodePoolConfig.t, default: nil) - Required. The generic configuration for a node pool running the control plane.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminControlPlaneNodePoolConfig{
  nodePoolConfig: GoogleApi.GKEOnPrem.V1.Model.BareMetalNodePoolConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.