Uses of Interface
org.cdk8s.plus25.k8s.KubeHorizontalPodAutoscalerV2Beta2Props
-
Packages that use KubeHorizontalPodAutoscalerV2Beta2Props Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeHorizontalPodAutoscalerV2Beta2Props in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeHorizontalPodAutoscalerV2Beta2Props Modifier and Type Class Description static classKubeHorizontalPodAutoscalerV2Beta2Props.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerV2Beta2PropsMethods in org.cdk8s.plus25.k8s that return KubeHorizontalPodAutoscalerV2Beta2Props Modifier and Type Method Description KubeHorizontalPodAutoscalerV2Beta2PropsKubeHorizontalPodAutoscalerV2Beta2Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeHorizontalPodAutoscalerV2Beta2Props Modifier and Type Method Description List<KubeHorizontalPodAutoscalerV2Beta2Props>KubeHorizontalPodAutoscalerListV2Beta2Props. getItems()items is the list of horizontal pod autoscaler objects.List<KubeHorizontalPodAutoscalerV2Beta2Props>KubeHorizontalPodAutoscalerListV2Beta2Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeHorizontalPodAutoscalerV2Beta2Props Modifier and Type Method Description static ObjectKubeHorizontalPodAutoscalerV2Beta2. manifest(KubeHorizontalPodAutoscalerV2Beta2Props props)Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeHorizontalPodAutoscalerV2Beta2Props Modifier and Type Method Description KubeHorizontalPodAutoscalerListV2Beta2.BuilderKubeHorizontalPodAutoscalerListV2Beta2.Builder. items(List<? extends KubeHorizontalPodAutoscalerV2Beta2Props> items)items is the list of horizontal pod autoscaler objects.KubeHorizontalPodAutoscalerListV2Beta2Props.BuilderKubeHorizontalPodAutoscalerListV2Beta2Props.Builder. items(List<? extends KubeHorizontalPodAutoscalerV2Beta2Props> items)Sets the value ofKubeHorizontalPodAutoscalerListV2Beta2Props.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeHorizontalPodAutoscalerV2Beta2Props Constructor Description KubeHorizontalPodAutoscalerV2Beta2(software.constructs.Construct scope, String id, KubeHorizontalPodAutoscalerV2Beta2Props props)Defines a "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler" API object.
-