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