Resource Quota Spec Patch Args
data class ResourceQuotaSpecPatchArgs(val hard: Output<Map<String, String>>? = null, val scopeSelector: Output<ScopeSelectorPatchArgs>? = null, val scopes: Output<List<String>>? = null) : ConvertibleToJava<ResourceQuotaSpecPatchArgs>
ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
Properties
Link copied to clipboard
scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched.