Uses of Class
org.cdk8s.plus24.k8s.KubeHorizontalPodAutoscalerV2Beta1.Builder
-
Packages that use KubeHorizontalPodAutoscalerV2Beta1.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeHorizontalPodAutoscalerV2Beta1.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubeHorizontalPodAutoscalerV2Beta1.Builder Modifier and Type Method Description static KubeHorizontalPodAutoscalerV2Beta1.Builder
KubeHorizontalPodAutoscalerV2Beta1.Builder. create(software.constructs.Construct scope, String id)
KubeHorizontalPodAutoscalerV2Beta1.Builder
KubeHorizontalPodAutoscalerV2Beta1.Builder. metadata(ObjectMeta metadata)
metadata is the standard object metadata.KubeHorizontalPodAutoscalerV2Beta1.Builder
KubeHorizontalPodAutoscalerV2Beta1.Builder. spec(HorizontalPodAutoscalerSpecV2Beta1 spec)
spec is the specification for the behaviour of the autoscaler.
-