View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminWorkloadNodeConfig (google_api_gke_on_prem v0.5.0)
BareMetalAdminWorkloadNodeConfig specifies the workload node configurations.
Attributes
-
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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminWorkloadNodeConfig{ maxPodsPerNode: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.