View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalMetalLbConfig (google_api_gke_on_prem v0.2.0)

Represents configuration parameters for a MetalLB load balancer.

Attributes

  • addressPools (type: list(GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerAddressPool.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.
  • loadBalancerNodePoolConfig (type: GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerNodePoolConfig.t, default: nil) - Specifies the node pool running the load balancer. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used as the load balancer pool.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalMetalLbConfig{
  addressPools:
    [GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerAddressPool.t()] | nil,
  loadBalancerNodePoolConfig:
    GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerNodePoolConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.