HttpLoadBalancingResponse

data class HttpLoadBalancingResponse(val disabled: Boolean)

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
constructor(disabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.