Package org.cdk8s.plus25.k8s
Class HorizontalPodAutoscalerBehaviorV2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.HorizontalPodAutoscalerBehaviorV2
HorizontalPodAutoscalerBehaviorV2.Builder, HorizontalPodAutoscalerBehaviorV2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HorizontalPodAutoscalerBehaviorV2.Builder builder)Constructor that initializes the object based on literal property values passed by theHorizontalPodAutoscalerBehaviorV2.Builder.protectedJsii$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()booleanequals(Object o)HpaScalingRulesV2getScaleDown()scaleDown is scaling policy for scaling Down.HpaScalingRulesV2getScaleUp()scaleUp is scaling policy for scaling Up.inthashCode()
-
-
-
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:HorizontalPodAutoscalerBehaviorV2scaleDown 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:
getScaleDownin interfaceHorizontalPodAutoscalerBehaviorV2
-
getScaleUp
public final HpaScalingRulesV2 getScaleUp()
Description copied from interface:HorizontalPodAutoscalerBehaviorV2scaleUp 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:
getScaleUpin interfaceHorizontalPodAutoscalerBehaviorV2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-