Merge pull request #27796 from tengqm/zh-sync-concepts-14

[zh] Resync concepts section (14)
This commit is contained in:
Kubernetes Prow Robot
2021-05-27 08:36:23 -07:00
committed by GitHub
3 changed files with 159 additions and 17 deletions
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ResourceQuota
metadata:
name: pods-cluster-services
spec:
scopeSelector:
matchExpressions:
- operator : In
scopeName: PriorityClass
values: ["cluster-services"]