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

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 is mutable after creation starting with version 1.15.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.