Resource Quota Spec
data class ResourceQuotaSpec(val hard: Map<String, String>? = null, val scopeSelector: ScopeSelector? = null, val scopes: List<String>? = null)
ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
Constructors
Link copied to clipboard
fun ResourceQuotaSpec(hard: Map<String, String>? = null, scopeSelector: ScopeSelector? = null, scopes: List<String>? = null)