bgp Service Load Balancer Configuration
suspend fun bgpServiceLoadBalancerConfiguration(value: Output<BgpServiceLoadBalancerConfigurationArgs>)
Parameters
value
The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
suspend fun bgpServiceLoadBalancerConfiguration(argument: suspend BgpServiceLoadBalancerConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.