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