Interface HttpLoadBalancingOrBuilder (2.3.6)

public interface HttpLoadBalancingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisabled()

public abstract boolean 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.

bool disabled = 1;

Returns
TypeDescription
boolean

The disabled.