Add a resource quota controller to track usage state

This commit is contained in:
derekwaynecarr 2015-01-25 01:11:10 -05:00
parent 8c8ba6eae2
commit eff83897c1
1 changed files with 15 additions and 0 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",
},
}
}