Uses of Interface
org.cdk8s.plus25.k8s.KubeLimitRangeProps
-
Packages that use KubeLimitRangeProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeLimitRangeProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeLimitRangeProps Modifier and Type Class Description static classKubeLimitRangeProps.Jsii$ProxyAn implementation forKubeLimitRangePropsMethods in org.cdk8s.plus25.k8s that return KubeLimitRangeProps Modifier and Type Method Description KubeLimitRangePropsKubeLimitRangeProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeLimitRangeProps Modifier and Type Method Description List<KubeLimitRangeProps>KubeLimitRangeListProps. getItems()Items is a list of LimitRange objects.List<KubeLimitRangeProps>KubeLimitRangeListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeLimitRangeProps Modifier and Type Method Description static ObjectKubeLimitRange. manifest(KubeLimitRangeProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.LimitRange".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeLimitRangeProps Modifier and Type Method Description KubeLimitRangeList.BuilderKubeLimitRangeList.Builder. items(List<? extends KubeLimitRangeProps> items)Items is a list of LimitRange objects.KubeLimitRangeListProps.BuilderKubeLimitRangeListProps.Builder. items(List<? extends KubeLimitRangeProps> items)Sets the value ofKubeLimitRangeListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeLimitRangeProps Constructor Description KubeLimitRange(software.constructs.Construct scope, String id, KubeLimitRangeProps props)Defines a "io.k8s.api.core.v1.LimitRange" API object.
-