Package org.cdk8s.plus24.k8s
Class HorizontalPodAutoscalerBehaviorV2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.HorizontalPodAutoscalerBehaviorV2.Jsii$Proxy
-
- All Implemented Interfaces:
HorizontalPodAutoscalerBehaviorV2
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HorizontalPodAutoscalerBehaviorV2
@Stability(Stable) @Internal public static final class HorizontalPodAutoscalerBehaviorV2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HorizontalPodAutoscalerBehaviorV2
An implementation forHorizontalPodAutoscalerBehaviorV2
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.k8s.HorizontalPodAutoscalerBehaviorV2
HorizontalPodAutoscalerBehaviorV2.Builder, HorizontalPodAutoscalerBehaviorV2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(HorizontalPodAutoscalerBehaviorV2.Builder builder)
Constructor that initializes the object based on literal property values passed by theHorizontalPodAutoscalerBehaviorV2.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
HpaScalingRulesV2
getScaleDown()
scaleDown is scaling policy for scaling Down.HpaScalingRulesV2
getScaleUp()
scaleUp is scaling policy for scaling Up.int
hashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(HorizontalPodAutoscalerBehaviorV2.Builder builder)
Constructor that initializes the object based on literal property values passed by theHorizontalPodAutoscalerBehaviorV2.Builder
.
-
-
Method Detail
-
getScaleDown
public final HpaScalingRulesV2 getScaleDown()
Description copied from interface:HorizontalPodAutoscalerBehaviorV2
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).
- Specified by:
getScaleDown
in interfaceHorizontalPodAutoscalerBehaviorV2
-
getScaleUp
public final HpaScalingRulesV2 getScaleUp()
Description copied from interface:HorizontalPodAutoscalerBehaviorV2
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.
- Specified by:
getScaleUp
in interfaceHorizontalPodAutoscalerBehaviorV2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-