Uses of Interface
org.cdk8s.plus25.k8s.KubeHorizontalPodAutoscalerProps
-
Packages that use KubeHorizontalPodAutoscalerProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeHorizontalPodAutoscalerProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeHorizontalPodAutoscalerProps Modifier and Type Class Description static classKubeHorizontalPodAutoscalerProps.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerPropsMethods in org.cdk8s.plus25.k8s that return KubeHorizontalPodAutoscalerProps Modifier and Type Method Description KubeHorizontalPodAutoscalerPropsKubeHorizontalPodAutoscalerProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeHorizontalPodAutoscalerProps Modifier and Type Method Description List<KubeHorizontalPodAutoscalerProps>KubeHorizontalPodAutoscalerListProps. getItems()list of horizontal pod autoscaler objects.List<KubeHorizontalPodAutoscalerProps>KubeHorizontalPodAutoscalerListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeHorizontalPodAutoscalerProps Modifier and Type Method Description static ObjectKubeHorizontalPodAutoscaler. manifest(KubeHorizontalPodAutoscalerProps props)Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeHorizontalPodAutoscalerProps Modifier and Type Method Description KubeHorizontalPodAutoscalerList.BuilderKubeHorizontalPodAutoscalerList.Builder. items(List<? extends KubeHorizontalPodAutoscalerProps> items)list of horizontal pod autoscaler objects.KubeHorizontalPodAutoscalerListProps.BuilderKubeHorizontalPodAutoscalerListProps.Builder. items(List<? extends KubeHorizontalPodAutoscalerProps> items)Sets the value ofKubeHorizontalPodAutoscalerListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeHorizontalPodAutoscalerProps Constructor Description KubeHorizontalPodAutoscaler(software.constructs.Construct scope, String id, KubeHorizontalPodAutoscalerProps props)Defines a "io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler" API object.
-