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