Commit 125074f1 authored by Dawn Chen's avatar Dawn Chen

Convert resource-quota example to v1beta3

parent 7df01300
{
"apiVersion": "v1beta3",
"kind": "ResourceQuota",
"name": "quota",
"spec": {
"hard": {
"memory": "1073741824",
"cpu": "20",
"pods": "10",
"services": "5",
"replicationcontrollers":"20",
"resourcequotas":"1",
},
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment