Interface HttpLoadBalancingOrBuilder (2.4.0)

See more code actions.
public interface HttpLoadBalancingOrBuilder extends MessageOrBuilder
MessageOrBuilder
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.