Merge pull request #26273 from Cweiping/feature/clairly_resource_quota_limit_for_PriorityClass

Clarify ResourceQuota limit for PriorityClass
This commit is contained in:
Kubernetes Prow Robot
2021-02-09 01:59:31 -08:00
committed by GitHub
2 changed files with 29 additions and 8 deletions
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ResourceQuota
metadata:
name: pods-cluster-services
spec:
scopeSelector:
matchExpressions:
- operator : In
scopeName: PriorityClass
values: ["cluster-services"]