Uses of Interface
org.cdk8s.plus25.k8s.KubeHorizontalPodAutoscalerListV2Props
-
Packages that use KubeHorizontalPodAutoscalerListV2Props Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeHorizontalPodAutoscalerListV2Props in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeHorizontalPodAutoscalerListV2Props Modifier and Type Class Description static classKubeHorizontalPodAutoscalerListV2Props.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerListV2PropsMethods in org.cdk8s.plus25.k8s that return KubeHorizontalPodAutoscalerListV2Props Modifier and Type Method Description KubeHorizontalPodAutoscalerListV2PropsKubeHorizontalPodAutoscalerListV2Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeHorizontalPodAutoscalerListV2Props Modifier and Type Method Description static ObjectKubeHorizontalPodAutoscalerListV2. manifest(KubeHorizontalPodAutoscalerListV2Props props)Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeHorizontalPodAutoscalerListV2Props Constructor Description KubeHorizontalPodAutoscalerListV2(software.constructs.Construct scope, String id, KubeHorizontalPodAutoscalerListV2Props props)Defines a "io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerList" API object.
-