-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-binding.json
More file actions
52 lines (52 loc) · 1.69 KB
/
test-binding.json
File metadata and controls
52 lines (52 loc) · 1.69 KB
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
[
{
"binding": "kubernetes",
"objects": [
{
"object": {
"apiVersion": "stable.mobiledgex.net/v1alpha1",
"kind": "VaultCert",
"metadata": {
"annotations": {
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"stable.mobiledgex.net/v1alpha1\",\"kind\":\"VaultCert\",\"metadata\":{\"annotations\":{},\"name\":\"test.mobiledgex.net\",\"namespace\":\"default\"},\"spec\":{\"domain\":[\"test.example.com\"]}}\n"
},
"creationTimestamp": "2021-08-18T13:13:26Z",
"generation": 1,
"managedFields": [
{
"apiVersion": "stable.mobiledgex.net/v1alpha1",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:metadata": {
"f:annotations": {
".": {},
"f:kubectl.kubernetes.io/last-applied-configuration": {}
}
},
"f:spec": {
".": {},
"f:domain": {}
}
},
"manager": "kubectl-client-side-apply",
"operation": "Update",
"time": "2021-08-18T13:13:26Z"
}
],
"name": "test.mobiledgex.net",
"namespace": "default",
"resourceVersion": "22597",
"uid": "cbed332f-18a5-426f-8608-b04873d31fea"
},
"spec": {
"domain": [
"test.example.com"
],
"secretName": "test-mobiledgex-net-tls"
}
}
}
],
"type": "Synchronization"
}
]