Skip to content

Commit

Permalink
Convert resource-quota example to v1beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
dchen1107 committed Mar 5, 2015
1 parent 7df0130 commit 125074f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/resourcequota/v1beta3/resource-quota.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "v1beta3",
"kind": "ResourceQuota",
"name": "quota",
"spec": {
"hard": {
"memory": "1073741824",
"cpu": "20",
"pods": "10",
"services": "5",
"replicationcontrollers":"20",
"resourcequotas":"1",
},
}
}

0 comments on commit 125074f

Please sign in to comment.