Google Cloud Container V1 Client - Class HttpLoadBalancing (1.17.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class HttpLoadBalancing.

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.

Generated from protobuf message google.container.v1.HttpLoadBalancing

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ disabled bool

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.

getDisabled

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.

Returns
TypeDescription
bool

setDisabled

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.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this