Uses of Interface
org.cdk8s.plus25.k8s.KubeResourceQuotaProps
-
Packages that use KubeResourceQuotaProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeResourceQuotaProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeResourceQuotaProps Modifier and Type Class Description static classKubeResourceQuotaProps.Jsii$ProxyAn implementation forKubeResourceQuotaPropsMethods in org.cdk8s.plus25.k8s that return KubeResourceQuotaProps Modifier and Type Method Description KubeResourceQuotaPropsKubeResourceQuotaProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeResourceQuotaProps Modifier and Type Method Description List<KubeResourceQuotaProps>KubeResourceQuotaListProps. getItems()Items is a list of ResourceQuota objects.List<KubeResourceQuotaProps>KubeResourceQuotaListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeResourceQuotaProps Modifier and Type Method Description static ObjectKubeResourceQuota. manifest(KubeResourceQuotaProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.ResourceQuota".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeResourceQuotaProps Modifier and Type Method Description KubeResourceQuotaList.BuilderKubeResourceQuotaList.Builder. items(List<? extends KubeResourceQuotaProps> items)Items is a list of ResourceQuota objects.KubeResourceQuotaListProps.BuilderKubeResourceQuotaListProps.Builder. items(List<? extends KubeResourceQuotaProps> items)Sets the value ofKubeResourceQuotaListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeResourceQuotaProps Constructor Description KubeResourceQuota(software.constructs.Construct scope, String id, KubeResourceQuotaProps props)Defines a "io.k8s.api.core.v1.ResourceQuota" API object.
-