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