...
1{
2 "apiVersion": "v1",
3 "groupVersion": "apiextensions.k8s.io/v1",
4 "kind": "APIResourceList",
5 "resources": [
6 {
7 "categories": [
8 "api-extensions"
9 ],
10 "kind": "CustomResourceDefinition",
11 "name": "customresourcedefinitions",
12 "namespaced": false,
13 "shortNames": [
14 "crd",
15 "crds"
16 ],
17 "singularName": "customresourcedefinition",
18 "storageVersionHash": "jfWCUB31mvA=",
19 "verbs": [
20 "create",
21 "delete",
22 "deletecollection",
23 "get",
24 "list",
25 "patch",
26 "update",
27 "watch"
28 ]
29 },
30 {
31 "kind": "CustomResourceDefinition",
32 "name": "customresourcedefinitions/status",
33 "namespaced": false,
34 "singularName": "",
35 "verbs": [
36 "get",
37 "patch",
38 "update"
39 ]
40 }
41 ]
42}
View as plain text