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

Specifies the workload node configurations.

Attributes

  • containerRuntime (type: String.t, default: nil) - Specifies which container runtime will be used.
  • maxPodsPerNode (type: String.t, default: nil) - The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalWorkloadNodeConfig{
  containerRuntime: String.t() | nil,
  maxPodsPerNode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.