Uses of Class
org.cdk8s.plus25.k8s.KubeHorizontalPodAutoscaler.Builder
-
Packages that use KubeHorizontalPodAutoscaler.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeHorizontalPodAutoscaler.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeHorizontalPodAutoscaler.Builder Modifier and Type Method Description static KubeHorizontalPodAutoscaler.BuilderKubeHorizontalPodAutoscaler.Builder. create(software.constructs.Construct scope, String id)KubeHorizontalPodAutoscaler.BuilderKubeHorizontalPodAutoscaler.Builder. metadata(ObjectMeta metadata)Standard object metadata.KubeHorizontalPodAutoscaler.BuilderKubeHorizontalPodAutoscaler.Builder. spec(HorizontalPodAutoscalerSpec spec)behaviour of autoscaler.
-