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