allocateLoadBalancerNodePorts

@JvmName(name = "uhakwgohfnvsekoa")
suspend fun allocateLoadBalancerNodePorts(value: Output<Boolean>)
@JvmName(name = "fqmjodpkvtbryldn")
suspend fun allocateLoadBalancerNodePorts(value: Boolean?)

Parameters

value

allocateLoadBalancerNodePorts defines if NodePorts will be automatically allocated for services with type LoadBalancer. Default is "true". It may be set to "false" if the cluster load-balancer does not rely on NodePorts. If the caller requests specific NodePorts (by specifying a value), those requests will be respected, regardless of this field. This field may only be set for services with type LoadBalancer and will be cleared if the type is changed to any other type.