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