-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clairly Resourcequota limit for PriorityClass
Signed-off-by: Weiping Cai <[email protected]>
- Loading branch information
Weiping Cai
committed
Feb 9, 2021
1 parent
7ad6aec
commit 188ccc2
Showing
2 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
content/en/examples/policy/priority-class-resourcequota.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: v1 | ||
kind: ResourceQuota | ||
metadata: | ||
name: pods-cluster-services | ||
spec: | ||
scopeSelector: | ||
matchExpressions: | ||
- operator : In | ||
scopeName: PriorityClass | ||
values: ["cluster-services"] |