View Source GoogleApi.GKEOnPrem.V1.Model.VmwareMetalLbConfig (google_api_gke_on_prem v0.4.0)

Represents configuration parameters for the MetalLB load balancer.

Attributes

  • addressPools (type: list(GoogleApi.GKEOnPrem.V1.Model.VmwareAddressPool.t), default: nil) - Required. AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareMetalLbConfig{
  addressPools: [GoogleApi.GKEOnPrem.V1.Model.VmwareAddressPool.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.