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.
Constructors
Link copied to clipboard
fun ResourceQuotaSpecPatchArgs(hard: Output<Map<String, String>>? = null, scopeSelector: Output<ScopeSelectorPatchArgs>? = null, scopes: Output<List<String>>? = null)