...
1{
2 "apiVersion": "v1",
3 "groupVersion": "flowcontrol.apiserver.k8s.io/v1",
4 "kind": "APIResourceList",
5 "resources": [
6 {
7 "kind": "FlowSchema",
8 "name": "flowschemas",
9 "namespaced": false,
10 "singularName": "flowschema",
11 "storageVersionHash": "GJVAJZSZBIw=",
12 "verbs": [
13 "create",
14 "delete",
15 "deletecollection",
16 "get",
17 "list",
18 "patch",
19 "update",
20 "watch"
21 ]
22 },
23 {
24 "kind": "FlowSchema",
25 "name": "flowschemas/status",
26 "namespaced": false,
27 "singularName": "",
28 "verbs": [
29 "get",
30 "patch",
31 "update"
32 ]
33 },
34 {
35 "kind": "PriorityLevelConfiguration",
36 "name": "prioritylevelconfigurations",
37 "namespaced": false,
38 "singularName": "prioritylevelconfiguration",
39 "storageVersionHash": "Kir5PVfvNeI=",
40 "verbs": [
41 "create",
42 "delete",
43 "deletecollection",
44 "get",
45 "list",
46 "patch",
47 "update",
48 "watch"
49 ]
50 },
51 {
52 "kind": "PriorityLevelConfiguration",
53 "name": "prioritylevelconfigurations/status",
54 "namespaced": false,
55 "singularName": "",
56 "verbs": [
57 "get",
58 "patch",
59 "update"
60 ]
61 }
62 ]
63}
View as plain text