Uses of Interface
org.cdk8s.plus25.k8s.KubeLimitRangeListProps
-
Packages that use KubeLimitRangeListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeLimitRangeListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeLimitRangeListProps Modifier and Type Class Description static classKubeLimitRangeListProps.Jsii$ProxyAn implementation forKubeLimitRangeListPropsMethods in org.cdk8s.plus25.k8s that return KubeLimitRangeListProps Modifier and Type Method Description KubeLimitRangeListPropsKubeLimitRangeListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeLimitRangeListProps Modifier and Type Method Description static ObjectKubeLimitRangeList. manifest(KubeLimitRangeListProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.LimitRangeList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeLimitRangeListProps Constructor Description KubeLimitRangeList(software.constructs.Construct scope, String id, KubeLimitRangeListProps props)Defines a "io.k8s.api.core.v1.LimitRangeList" API object.
-