Add a resource quota controller to track usage state

This commit is contained in:
derekwaynecarr
2015-01-25 01:11:10 -05:00
parent 829fa69527
commit 67b359ebf9
4 changed files with 220 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
{
"id": "quota",
"kind": "ResourceQuota",
"apiVersion": "v1beta1",
"spec": {
"hard": {
"memory": "1073741824",
"cpu": "20",
"pods": "10",
"services": "5",
"replicationcontrollers":"20",
"resourcequotas":"1",
},
}
}