Uses of Interface
org.cdk8s.plus24.k8s.LimitRangeSpec
-
Packages that use LimitRangeSpec Package Description org.cdk8s.plus24.k8s -
-
Uses of LimitRangeSpec in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement LimitRangeSpec Modifier and Type Class Description static class
LimitRangeSpec.Jsii$Proxy
An implementation forLimitRangeSpec
Methods in org.cdk8s.plus24.k8s that return LimitRangeSpec Modifier and Type Method Description LimitRangeSpec
LimitRangeSpec.Builder. build()
Builds the configured instance.default LimitRangeSpec
KubeLimitRangeProps. getSpec()
Spec defines the limits enforced.LimitRangeSpec
KubeLimitRangeProps.Jsii$Proxy. getSpec()
Methods in org.cdk8s.plus24.k8s with parameters of type LimitRangeSpec Modifier and Type Method Description KubeLimitRange.Builder
KubeLimitRange.Builder. spec(LimitRangeSpec spec)
Spec defines the limits enforced.KubeLimitRangeProps.Builder
KubeLimitRangeProps.Builder. spec(LimitRangeSpec spec)
Sets the value ofKubeLimitRangeProps.getSpec()
-