public static interface V2beta2Autoscaling.HPAScalingRulesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
V2beta2Autoscaling.HPAScalingPolicy |
getPolicies(int index)
policies is a list of potential scaling polices which can be used during scaling.
|
int |
getPoliciesCount()
policies is a list of potential scaling polices which can be used during scaling.
|
List<V2beta2Autoscaling.HPAScalingPolicy> |
getPoliciesList()
policies is a list of potential scaling polices which can be used during scaling.
|
V2beta2Autoscaling.HPAScalingPolicyOrBuilder |
getPoliciesOrBuilder(int index)
policies is a list of potential scaling polices which can be used during scaling.
|
List<? extends V2beta2Autoscaling.HPAScalingPolicyOrBuilder> |
getPoliciesOrBuilderList()
policies is a list of potential scaling polices which can be used during scaling.
|
String |
getSelectPolicy()
selectPolicy is used to specify which policy should be used.
|
com.google.protobuf.ByteString |
getSelectPolicyBytes()
selectPolicy is used to specify which policy should be used.
|
int |
getStabilizationWindowSeconds()
StabilizationWindowSeconds is the number of seconds for which past recommendations should be
considered while scaling up or scaling down.
|
boolean |
hasSelectPolicy()
selectPolicy is used to specify which policy should be used.
|
boolean |
hasStabilizationWindowSeconds()
StabilizationWindowSeconds is the number of seconds for which past recommendations should be
considered while scaling up or scaling down.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStabilizationWindowSeconds()
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long). +optional
optional int32 stabilizationWindowSeconds = 3;
int getStabilizationWindowSeconds()
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long). +optional
optional int32 stabilizationWindowSeconds = 3;
boolean hasSelectPolicy()
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used. +optional
optional string selectPolicy = 1;
String getSelectPolicy()
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used. +optional
optional string selectPolicy = 1;
com.google.protobuf.ByteString getSelectPolicyBytes()
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used. +optional
optional string selectPolicy = 1;
List<V2beta2Autoscaling.HPAScalingPolicy> getPoliciesList()
policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid +optional
repeated .k8s.io.api.autoscaling.v2beta2.HPAScalingPolicy policies = 2;
V2beta2Autoscaling.HPAScalingPolicy getPolicies(int index)
policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid +optional
repeated .k8s.io.api.autoscaling.v2beta2.HPAScalingPolicy policies = 2;
int getPoliciesCount()
policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid +optional
repeated .k8s.io.api.autoscaling.v2beta2.HPAScalingPolicy policies = 2;
List<? extends V2beta2Autoscaling.HPAScalingPolicyOrBuilder> getPoliciesOrBuilderList()
policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid +optional
repeated .k8s.io.api.autoscaling.v2beta2.HPAScalingPolicy policies = 2;
V2beta2Autoscaling.HPAScalingPolicyOrBuilder getPoliciesOrBuilder(int index)
policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid +optional
repeated .k8s.io.api.autoscaling.v2beta2.HPAScalingPolicy policies = 2;
Copyright © 2022. All rights reserved.