Package org.cdk8s.plus25.k8s
Class HorizontalPodAutoscalerBehaviorV2Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.HorizontalPodAutoscalerBehaviorV2Beta2.Jsii$Proxy
-
- All Implemented Interfaces:
HorizontalPodAutoscalerBehaviorV2Beta2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HorizontalPodAutoscalerBehaviorV2Beta2
@Stability(Stable) @Internal public static final class HorizontalPodAutoscalerBehaviorV2Beta2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HorizontalPodAutoscalerBehaviorV2Beta2
An implementation forHorizontalPodAutoscalerBehaviorV2Beta2
-
-
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.HorizontalPodAutoscalerBehaviorV2Beta2
HorizontalPodAutoscalerBehaviorV2Beta2.Builder, HorizontalPodAutoscalerBehaviorV2Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HorizontalPodAutoscalerBehaviorV2Beta2.Builder builder)Constructor that initializes the object based on literal property values passed by theHorizontalPodAutoscalerBehaviorV2Beta2.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)HpaScalingRulesV2Beta2getScaleDown()scaleDown is scaling policy for scaling Down.HpaScalingRulesV2Beta2getScaleUp()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(HorizontalPodAutoscalerBehaviorV2Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theHorizontalPodAutoscalerBehaviorV2Beta2.Builder.
-
-
Method Detail
-
getScaleDown
public final HpaScalingRulesV2Beta2 getScaleDown()
Description copied from interface:HorizontalPodAutoscalerBehaviorV2Beta2scaleDown 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 interfaceHorizontalPodAutoscalerBehaviorV2Beta2
-
getScaleUp
public final HpaScalingRulesV2Beta2 getScaleUp()
Description copied from interface:HorizontalPodAutoscalerBehaviorV2Beta2scaleUp 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 interfaceHorizontalPodAutoscalerBehaviorV2Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-