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