public static interface V2beta2Autoscaling.HorizontalPodAutoscalerBehaviorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V2beta2Autoscaling.HPAScalingRules |
getScaleDown()
scaleDown is scaling policy for scaling Down.
|
V2beta2Autoscaling.HPAScalingRulesOrBuilder |
getScaleDownOrBuilder()
scaleDown is scaling policy for scaling Down.
|
V2beta2Autoscaling.HPAScalingRules |
getScaleUp()
scaleUp is scaling policy for scaling Up.
|
V2beta2Autoscaling.HPAScalingRulesOrBuilder |
getScaleUpOrBuilder()
scaleUp is scaling policy for scaling Up.
|
boolean |
hasScaleDown()
scaleDown is scaling policy for scaling Down.
|
boolean |
hasScaleUp()
scaleUp is scaling policy for scaling Up.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasScaleUp()
scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of: * increase no more than 4 pods per 60 seconds * double the number of pods per 60 seconds No stabilization is used. +optional
optional .k8s.io.api.autoscaling.v2beta2.HPAScalingRules scaleUp = 1;V2beta2Autoscaling.HPAScalingRules getScaleUp()
scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of: * increase no more than 4 pods per 60 seconds * double the number of pods per 60 seconds No stabilization is used. +optional
optional .k8s.io.api.autoscaling.v2beta2.HPAScalingRules scaleUp = 1;V2beta2Autoscaling.HPAScalingRulesOrBuilder getScaleUpOrBuilder()
scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of: * increase no more than 4 pods per 60 seconds * double the number of pods per 60 seconds No stabilization is used. +optional
optional .k8s.io.api.autoscaling.v2beta2.HPAScalingRules scaleUp = 1;boolean hasScaleDown()
scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used). +optional
optional .k8s.io.api.autoscaling.v2beta2.HPAScalingRules scaleDown = 2;V2beta2Autoscaling.HPAScalingRules getScaleDown()
scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used). +optional
optional .k8s.io.api.autoscaling.v2beta2.HPAScalingRules scaleDown = 2;V2beta2Autoscaling.HPAScalingRulesOrBuilder getScaleDownOrBuilder()
scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used). +optional
optional .k8s.io.api.autoscaling.v2beta2.HPAScalingRules scaleDown = 2;Copyright © 2023. All rights reserved.