Uses of Class
org.cdk8s.plus25.k8s.KubeHorizontalPodAutoscalerListProps.Builder
-
Packages that use KubeHorizontalPodAutoscalerListProps.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeHorizontalPodAutoscalerListProps.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeHorizontalPodAutoscalerListProps.Builder Modifier and Type Method Description static KubeHorizontalPodAutoscalerListProps.BuilderKubeHorizontalPodAutoscalerListProps. builder()KubeHorizontalPodAutoscalerListProps.BuilderKubeHorizontalPodAutoscalerListProps.Builder. items(List<? extends KubeHorizontalPodAutoscalerProps> items)Sets the value ofKubeHorizontalPodAutoscalerListProps.getItems()KubeHorizontalPodAutoscalerListProps.BuilderKubeHorizontalPodAutoscalerListProps.Builder. metadata(ListMeta metadata)Sets the value ofKubeHorizontalPodAutoscalerListProps.getMetadata()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeHorizontalPodAutoscalerListProps.Builder Constructor Description Jsii$Proxy(KubeHorizontalPodAutoscalerListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeHorizontalPodAutoscalerListProps.Builder.
-