Improve and update ResourceQuota example

This commit is contained in:
derekwaynecarr
2016-06-06 17:01:22 -04:00
parent f982e21d5b
commit 0b58359e02
7 changed files with 345 additions and 132 deletions
@@ -0,0 +1,9 @@
apiVersion: v1
kind: ResourceQuota
metadata:
name: best-effort
spec:
hard:
pods: "10"
scopes:
- BestEffort