Uses of Interface
org.cdk8s.plus25.k8s.KubeHorizontalPodAutoscalerV2Props
-
Packages that use KubeHorizontalPodAutoscalerV2Props Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeHorizontalPodAutoscalerV2Props in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeHorizontalPodAutoscalerV2Props Modifier and Type Class Description static classKubeHorizontalPodAutoscalerV2Props.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerV2PropsMethods in org.cdk8s.plus25.k8s that return KubeHorizontalPodAutoscalerV2Props Modifier and Type Method Description KubeHorizontalPodAutoscalerV2PropsKubeHorizontalPodAutoscalerV2Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeHorizontalPodAutoscalerV2Props Modifier and Type Method Description List<KubeHorizontalPodAutoscalerV2Props>KubeHorizontalPodAutoscalerListV2Props. getItems()items is the list of horizontal pod autoscaler objects.List<KubeHorizontalPodAutoscalerV2Props>KubeHorizontalPodAutoscalerListV2Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeHorizontalPodAutoscalerV2Props Modifier and Type Method Description static ObjectKubeHorizontalPodAutoscalerV2. manifest(KubeHorizontalPodAutoscalerV2Props props)Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeHorizontalPodAutoscalerV2Props Modifier and Type Method Description KubeHorizontalPodAutoscalerListV2.BuilderKubeHorizontalPodAutoscalerListV2.Builder. items(List<? extends KubeHorizontalPodAutoscalerV2Props> items)items is the list of horizontal pod autoscaler objects.KubeHorizontalPodAutoscalerListV2Props.BuilderKubeHorizontalPodAutoscalerListV2Props.Builder. items(List<? extends KubeHorizontalPodAutoscalerV2Props> items)Sets the value ofKubeHorizontalPodAutoscalerListV2Props.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeHorizontalPodAutoscalerV2Props Constructor Description KubeHorizontalPodAutoscalerV2(software.constructs.Construct scope, String id, KubeHorizontalPodAutoscalerV2Props props)Defines a "io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler" API object.
-