Interface HorizontalPodAutoscalingOrBuilder (2.5.1)

See more code actions.
public interface HorizontalPodAutoscalingOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract boolean getDisabled()

Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.

bool disabled = 1;

Returns
TypeDescription
boolean

The disabled.