Uses of Interface
org.cdk8s.plus24.k8s.KubeHorizontalPodAutoscalerV2Beta1Props
-
Packages that use KubeHorizontalPodAutoscalerV2Beta1Props Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeHorizontalPodAutoscalerV2Beta1Props in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeHorizontalPodAutoscalerV2Beta1Props Modifier and Type Class Description static classKubeHorizontalPodAutoscalerV2Beta1Props.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerV2Beta1PropsMethods in org.cdk8s.plus24.k8s that return KubeHorizontalPodAutoscalerV2Beta1Props Modifier and Type Method Description KubeHorizontalPodAutoscalerV2Beta1PropsKubeHorizontalPodAutoscalerV2Beta1Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeHorizontalPodAutoscalerV2Beta1Props Modifier and Type Method Description List<KubeHorizontalPodAutoscalerV2Beta1Props>KubeHorizontalPodAutoscalerListV2Beta1Props. getItems()items is the list of horizontal pod autoscaler objects.List<KubeHorizontalPodAutoscalerV2Beta1Props>KubeHorizontalPodAutoscalerListV2Beta1Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus24.k8s with parameters of type KubeHorizontalPodAutoscalerV2Beta1Props Modifier and Type Method Description static ObjectKubeHorizontalPodAutoscalerV2Beta1. manifest(KubeHorizontalPodAutoscalerV2Beta1Props props)Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeHorizontalPodAutoscalerV2Beta1Props Modifier and Type Method Description KubeHorizontalPodAutoscalerListV2Beta1.BuilderKubeHorizontalPodAutoscalerListV2Beta1.Builder. items(List<? extends KubeHorizontalPodAutoscalerV2Beta1Props> items)items is the list of horizontal pod autoscaler objects.KubeHorizontalPodAutoscalerListV2Beta1Props.BuilderKubeHorizontalPodAutoscalerListV2Beta1Props.Builder. items(List<? extends KubeHorizontalPodAutoscalerV2Beta1Props> items)Sets the value ofKubeHorizontalPodAutoscalerListV2Beta1Props.getItems()Constructors in org.cdk8s.plus24.k8s with parameters of type KubeHorizontalPodAutoscalerV2Beta1Props Constructor Description KubeHorizontalPodAutoscalerV2Beta1(software.constructs.Construct scope, String id, KubeHorizontalPodAutoscalerV2Beta1Props props)Defines a "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler" API object.
-