Resource Quota Args
data class ResourceQuotaArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<ResourceQuotaSpecArgs>? = null, val status: Output<ResourceQuotaStatusArgs>? = null) : ConvertibleToJava<ResourceQuotaArgs>
ResourceQuota sets aggregate quota restrictions enforced per namespace
Constructors
Link copied to clipboard
fun ResourceQuotaArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<ResourceQuotaSpecArgs>? = null, status: Output<ResourceQuotaStatusArgs>? = null)