...
1{
2 "apiVersion": "v1",
3 "groupVersion": "policy/v1",
4 "kind": "APIResourceList",
5 "resources": [
6 {
7 "kind": "PodDisruptionBudget",
8 "name": "poddisruptionbudgets",
9 "namespaced": true,
10 "shortNames": [
11 "pdb"
12 ],
13 "singularName": "poddisruptionbudget",
14 "storageVersionHash": "EVWiDmWqyJw=",
15 "verbs": [
16 "create",
17 "delete",
18 "deletecollection",
19 "get",
20 "list",
21 "patch",
22 "update",
23 "watch"
24 ]
25 },
26 {
27 "kind": "PodDisruptionBudget",
28 "name": "poddisruptionbudgets/status",
29 "namespaced": true,
30 "singularName": "",
31 "verbs": [
32 "get",
33 "patch",
34 "update"
35 ]
36 }
37 ]
38}
View as plain text