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