mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #7918 from caesarxuchao/resource-quota-example
merge the v1beta3 json file in the resource quota example
This commit is contained in:
commit
c0f04f3672
@ -1,17 +1,19 @@
|
||||
{
|
||||
"id": "quota",
|
||||
"apiVersion": "v1beta3",
|
||||
"kind": "ResourceQuota",
|
||||
"apiVersion": "v1beta1",
|
||||
"metadata": {
|
||||
"name": "quota"
|
||||
},
|
||||
"spec": {
|
||||
"hard": {
|
||||
"memory": "1073741824",
|
||||
"memory": "1Gi",
|
||||
"cpu": "20",
|
||||
"pods": "10",
|
||||
"services": "5",
|
||||
"replicationcontrollers":"20",
|
||||
"resourcequotas":"1",
|
||||
"secrets":"10",
|
||||
"persistentvolumeclaims":"10"
|
||||
"persistentvolumeclaims":"10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,19 +0,0 @@
|
||||
{
|
||||
"apiVersion": "v1beta3",
|
||||
"kind": "ResourceQuota",
|
||||
"metadata": {
|
||||
"name": "quota"
|
||||
},
|
||||
"spec": {
|
||||
"hard": {
|
||||
"memory": "1Gi",
|
||||
"cpu": "20",
|
||||
"pods": "10",
|
||||
"services": "5",
|
||||
"replicationcontrollers":"20",
|
||||
"resourcequotas":"1",
|
||||
"secrets":"10",
|
||||
"persistentvolumeclaims":"10"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user