Uses of Class
org.cdk8s.plus23.k8s.KubeHorizontalPodAutoscalerV2Beta2Props.Builder
-
Packages that use KubeHorizontalPodAutoscalerV2Beta2Props.Builder Package Description org.cdk8s.plus23.k8s -
-
Uses of KubeHorizontalPodAutoscalerV2Beta2Props.Builder in org.cdk8s.plus23.k8s
Methods in org.cdk8s.plus23.k8s that return KubeHorizontalPodAutoscalerV2Beta2Props.Builder Modifier and Type Method Description static KubeHorizontalPodAutoscalerV2Beta2Props.Builder
KubeHorizontalPodAutoscalerV2Beta2Props. builder()
KubeHorizontalPodAutoscalerV2Beta2Props.Builder
KubeHorizontalPodAutoscalerV2Beta2Props.Builder. metadata(ObjectMeta metadata)
Sets the value ofKubeHorizontalPodAutoscalerV2Beta2Props.getMetadata()
KubeHorizontalPodAutoscalerV2Beta2Props.Builder
KubeHorizontalPodAutoscalerV2Beta2Props.Builder. spec(HorizontalPodAutoscalerSpecV2Beta2 spec)
Sets the value ofKubeHorizontalPodAutoscalerV2Beta2Props.getSpec()
Constructors in org.cdk8s.plus23.k8s with parameters of type KubeHorizontalPodAutoscalerV2Beta2Props.Builder Constructor Description Jsii$Proxy(KubeHorizontalPodAutoscalerV2Beta2Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeHorizontalPodAutoscalerV2Beta2Props.Builder
.
-