HttpLoadBalancingArgs

data class HttpLoadBalancingArgs(val disabled: Output<Boolean>? = null) : ConvertibleToJava<HttpLoadBalancingArgs>

Configuration options for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.

Constructors

Link copied to clipboard
fun HttpLoadBalancingArgs(disabled: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): HttpLoadBalancingArgs

Properties

Link copied to clipboard
val disabled: Output<Boolean>? = null

Whether the HTTP Load Balancing controller is enabled in the cluster. When enabled, it runs a small pod in the cluster that manages the load balancers.