-
Notifications
You must be signed in to change notification settings - Fork 3
/
input.json
73 lines (73 loc) · 2.78 KB
/
input.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"request" : {
"kind": "AdmissionReview",
"apiVersion": "admission.k8s.io/v1beta1",
"request": {
"uid": "836c0cc6-096c-11e9-9a47-080027f60d22",
"kind": {
"group": "frens.teq0.com",
"version": "v1",
"kind": "Dog"
},
"resource": {
"group": "frens.teq0.com",
"version": "v1",
"resource": "dogs"
},
"name": "rex",
"operation": "UPDATE",
"userInfo": {
"username": "minikube-user",
"groups": [
"system:masters",
"system:authenticated"
]
},
"object": {
"apiVersion": "frens.teq0.com/v1",
"kind": "Dog",
"metadata": {
"annotations": {
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"frens.teq0.com/v1\",\"kind\":\"Dog\",\"metadata\":{\"annotations\":{},\"labels\":{\"foo\":\"bar1\"},\"name\":\"rex\",\"namespace\":\"\"},\"spec\":{\"food\":\"meat\",\"isGood\":false,\"name\":\"Rex\"}}\n"
},
"creationTimestamp": "2018-12-26T02:36:30Z",
"generation": 1,
"labels": {
"foo": "bar1"
},
"name": "rex",
"resourceVersion": "61919",
"uid": "0d0f9b6a-08b7-11e9-9a47-080027f60d22"
},
"spec": {
"food": "meat",
"isGood": false,
"name": "Rex"
}
},
"oldObject": {
"apiVersion": "frens.teq0.com/v1",
"kind": "Dog",
"metadata": {
"annotations": {
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"frens.teq0.com/v1\",\"kind\":\"Dog\",\"metadata\":{\"annotations\":{},\"labels\":{\"foo\":\"bar1\"},\"name\":\"rex\",\"namespace\":\"\"},\"spec\":{\"food\":\"meat\",\"isGood\":false,\"name\":\"Rex\"}}\n"
},
"creationTimestamp": "2018-12-26T02:36:30Z",
"generation": 1,
"labels": {
"foo": "bar1"
},
"name": "rex",
"resourceVersion": "61919",
"uid": "0d0f9b6a-08b7-11e9-9a47-080027f60d22"
},
"spec": {
"food": "meat",
"isGood": false,
"name": "Rex"
}
},
"dryRun": false
}
}
}