View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminIslandModeCidrConfig (google_api_gke_on_prem v0.3.0)

BareMetalAdminIslandModeCidrConfig specifies the cluster CIDR configuration while running in island mode.

Attributes

  • podAddressCidrBlocks (type: list(String.t), default: nil) - Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
  • serviceAddressCidrBlocks (type: list(String.t), default: nil) - Required. All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminIslandModeCidrConfig{
  podAddressCidrBlocks: [String.t()] | nil,
  serviceAddressCidrBlocks: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.