Interface HorizontalPodAutoscalingOrBuilder (2.4.1)

public interface HorizontalPodAutoscalingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisabled()

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.