Text file
src/k8s.io/api/testdata/v1.28.0/flowcontrol.apiserver.k8s.io.v1alpha1.FlowSchema.json
1{
2 "kind": "FlowSchema",
3 "apiVersion": "flowcontrol.apiserver.k8s.io/v1alpha1",
4 "metadata": {
5 "name": "nameValue",
6 "generateName": "generateNameValue",
7 "namespace": "namespaceValue",
8 "selfLink": "selfLinkValue",
9 "uid": "uidValue",
10 "resourceVersion": "resourceVersionValue",
11 "generation": 7,
12 "creationTimestamp": "2008-01-01T01:01:01Z",
13 "deletionTimestamp": "2009-01-01T01:01:01Z",
14 "deletionGracePeriodSeconds": 10,
15 "labels": {
16 "labelsKey": "labelsValue"
17 },
18 "annotations": {
19 "annotationsKey": "annotationsValue"
20 },
21 "ownerReferences": [
22 {
23 "apiVersion": "apiVersionValue",
24 "kind": "kindValue",
25 "name": "nameValue",
26 "uid": "uidValue",
27 "controller": true,
28 "blockOwnerDeletion": true
29 }
30 ],
31 "finalizers": [
32 "finalizersValue"
33 ],
34 "managedFields": [
35 {
36 "manager": "managerValue",
37 "operation": "operationValue",
38 "apiVersion": "apiVersionValue",
39 "time": "2004-01-01T01:01:01Z",
40 "fieldsType": "fieldsTypeValue",
41 "fieldsV1": {},
42 "subresource": "subresourceValue"
43 }
44 ]
45 },
46 "spec": {
47 "priorityLevelConfiguration": {
48 "name": "nameValue"
49 },
50 "matchingPrecedence": 2,
51 "distinguisherMethod": {
52 "type": "typeValue"
53 },
54 "rules": [
55 {
56 "subjects": [
57 {
58 "kind": "kindValue",
59 "user": {
60 "name": "nameValue"
61 },
62 "group": {
63 "name": "nameValue"
64 },
65 "serviceAccount": {
66 "namespace": "namespaceValue",
67 "name": "nameValue"
68 }
69 }
70 ],
71 "resourceRules": [
72 {
73 "verbs": [
74 "verbsValue"
75 ],
76 "apiGroups": [
77 "apiGroupsValue"
78 ],
79 "resources": [
80 "resourcesValue"
81 ],
82 "clusterScope": true,
83 "namespaces": [
84 "namespacesValue"
85 ]
86 }
87 ],
88 "nonResourceRules": [
89 {
90 "verbs": [
91 "verbsValue"
92 ],
93 "nonResourceURLs": [
94 "nonResourceURLsValue"
95 ]
96 }
97 ]
98 }
99 ]
100 },
101 "status": {
102 "conditions": [
103 {
104 "type": "typeValue",
105 "status": "statusValue",
106 "lastTransitionTime": "2003-01-01T01:01:01Z",
107 "reason": "reasonValue",
108 "message": "messageValue"
109 }
110 ]
111 }
112}
View as plain text