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