Uses of Class
org.cdk8s.plus25.k8s.HpaScalingPolicyV2.Builder
-
Packages that use HpaScalingPolicyV2.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of HpaScalingPolicyV2.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return HpaScalingPolicyV2.Builder Modifier and Type Method Description static HpaScalingPolicyV2.BuilderHpaScalingPolicyV2. builder()HpaScalingPolicyV2.BuilderHpaScalingPolicyV2.Builder. periodSeconds(Number periodSeconds)Sets the value ofHpaScalingPolicyV2.getPeriodSeconds()HpaScalingPolicyV2.BuilderHpaScalingPolicyV2.Builder. type(String type)Sets the value ofHpaScalingPolicyV2.getType()HpaScalingPolicyV2.BuilderHpaScalingPolicyV2.Builder. value(Number value)Sets the value ofHpaScalingPolicyV2.getValue()Constructors in org.cdk8s.plus25.k8s with parameters of type HpaScalingPolicyV2.Builder Constructor Description Jsii$Proxy(HpaScalingPolicyV2.Builder builder)Constructor that initializes the object based on literal property values passed by theHpaScalingPolicyV2.Builder.
-