1{
2 "kind": "Event",
3 "apiVersion": "events.k8s.io/v1",
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 "eventTime": "2002-01-01T01:01:01.000002Z",
47 "series": {
48 "count": 1,
49 "lastObservedTime": "2002-01-01T01:01:01.000002Z"
50 },
51 "reportingController": "reportingControllerValue",
52 "reportingInstance": "reportingInstanceValue",
53 "action": "actionValue",
54 "reason": "reasonValue",
55 "regarding": {
56 "kind": "kindValue",
57 "namespace": "namespaceValue",
58 "name": "nameValue",
59 "uid": "uidValue",
60 "apiVersion": "apiVersionValue",
61 "resourceVersion": "resourceVersionValue",
62 "fieldPath": "fieldPathValue"
63 },
64 "related": {
65 "kind": "kindValue",
66 "namespace": "namespaceValue",
67 "name": "nameValue",
68 "uid": "uidValue",
69 "apiVersion": "apiVersionValue",
70 "resourceVersion": "resourceVersionValue",
71 "fieldPath": "fieldPathValue"
72 },
73 "note": "noteValue",
74 "type": "typeValue",
75 "deprecatedSource": {
76 "component": "componentValue",
77 "host": "hostValue"
78 },
79 "deprecatedFirstTimestamp": "2013-01-01T01:01:01Z",
80 "deprecatedLastTimestamp": "2014-01-01T01:01:01Z",
81 "deprecatedCount": 15
82}
View as plain text