public interface PodAutoscalingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHpaProfile()
public abstract PodAutoscaling.HPAProfile getHpaProfile()
Selected Horizontal Pod Autoscaling profile.
optional .google.container.v1.PodAutoscaling.HPAProfile hpa_profile = 2;
Returns | |
---|---|
Type | Description |
PodAutoscaling.HPAProfile |
The hpaProfile. |
getHpaProfileValue()
public abstract int getHpaProfileValue()
Selected Horizontal Pod Autoscaling profile.
optional .google.container.v1.PodAutoscaling.HPAProfile hpa_profile = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for hpaProfile. |
hasHpaProfile()
public abstract boolean hasHpaProfile()
Selected Horizontal Pod Autoscaling profile.
optional .google.container.v1.PodAutoscaling.HPAProfile hpa_profile = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the hpaProfile field is set. |