View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalMaintenanceConfig (google_api_gke_on_prem v0.6.1)

Specifies configurations to put bare metal nodes in and out of maintenance.

Attributes

  • maintenanceAddressCidrBlocks (type: list(String.t), default: nil) - Required. All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalMaintenanceConfig{
  maintenanceAddressCidrBlocks: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.