View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalControlPlaneConfig (google_api_gke_on_prem v0.5.0)

Specifies the control plane configuration.

Attributes

  • apiServerArgs (type: list(GoogleApi.GKEOnPrem.V1.Model.BareMetalApiServerArgument.t), default: nil) - Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
  • controlPlaneNodePoolConfig (type: GoogleApi.GKEOnPrem.V1.Model.BareMetalControlPlaneNodePoolConfig.t, default: nil) - Required. Configures the node pool running the control plane.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalControlPlaneConfig{
  apiServerArgs:
    [GoogleApi.GKEOnPrem.V1.Model.BareMetalApiServerArgument.t()] | nil,
  controlPlaneNodePoolConfig:
    GoogleApi.GKEOnPrem.V1.Model.BareMetalControlPlaneNodePoolConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.