Resource Quota
data class ResourceQuota(val apiVersion: String? = null, val kind: String? = null, val metadata: ObjectMeta? = null, val spec: ResourceQuotaSpec? = null, val status: ResourceQuotaStatus? = null)
ResourceQuota sets aggregate quota restrictions enforced per namespace
Constructors
Link copied to clipboard
fun ResourceQuota(apiVersion: String? = null, kind: String? = null, metadata: ObjectMeta? = null, spec: ResourceQuotaSpec? = null, status: ResourceQuotaStatus? = null)