BareMetalMetalLbConfigResponse

Represents configuration parameters for a MetalLB load balancer.

Constructors

Link copied to clipboard
constructor(addressPools: List<BareMetalLoadBalancerAddressPoolResponse>, loadBalancerNodePoolConfig: BareMetalLoadBalancerNodePoolConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.