b3dfe51819
* [pt-br]Adding range limits page translation * [pt-br] making suggested adjustments * [pt-br] updating yaml lines * [pt-br] Adding resource quotas page translation * Updating translations with suggestions * Adding archive * Applying suggestion Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com> * Adjusting terms * Adjusting terms Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
10 lines
211 B
YAML
10 lines
211 B
YAML
apiVersion: v1
|
|
kind: ResourceQuota
|
|
metadata:
|
|
name: pods-cluster-services
|
|
spec:
|
|
scopeSelector:
|
|
matchExpressions:
|
|
- operator : In
|
|
scopeName: PriorityClass
|
|
values: ["cluster-services"] |