generated from openshift/console-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
94 lines (94 loc) · 3.01 KB
/
test.json
File metadata and controls
94 lines (94 loc) · 3.01 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"kind": "VirtualClusterList",
"apiVersion": "organization.prototypes.com/v1",
"metadata": {
"resourceVersion": "883026"
},
"items": [
{
"kind": "VirtualCluster",
"apiVersion": "organization.prototypes.com/v1",
"metadata": {
"name": "vc-primary",
"namespace": "operator-virtualcluster",
"uid": "82612b41-3eaf-47e1-b552-ec9948ebe9e1",
"resourceVersion": "578730",
"generation": 2,
"creationTimestamp": "2024-05-25T07:10:43Z",
"annotations": {
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"organization.prototypes.com/v1\",\"kind\":\"VirtualCluster\",\"metadata\":{\"annotations\":{},\"name\":\"vc-primary\",\"namespace\":\"operator-virtualcluster\"},\"spec\":null}\n"
},
"managedFields": [
{
"manager": "kubectl-client-side-apply",
"operation": "Update",
"apiVersion": "organization.prototypes.com/v1",
"time": "2024-05-25T07:10:43Z",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:metadata": {
"f:annotations": {
".": {},
"f:kubectl.kubernetes.io/last-applied-configuration": {}
}
}
}
},
{
"manager": "manager",
"operation": "Update",
"apiVersion": "organization.prototypes.com/v1",
"time": "2024-05-25T07:19:49Z",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:spec": {
".": {},
"f:virtualMachines": {}
}
}
}
]
},
"spec": {
"virtualMachines": [
"example"
]
},
"status": {}
},
{
"kind": "VirtualCluster",
"apiVersion": "organization.prototypes.com/v1",
"metadata": {
"name": "vc-secondary",
"namespace": "operator-virtualcluster",
"uid": "f799436b-57bf-4cae-b3fd-8668e4222c7c",
"resourceVersion": "570268",
"generation": 1,
"creationTimestamp": "2024-05-25T07:10:43Z",
"annotations": {
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"organization.prototypes.com/v1\",\"kind\":\"VirtualCluster\",\"metadata\":{\"annotations\":{},\"name\":\"vc-secondary\",\"namespace\":\"operator-virtualcluster\"},\"spec\":null}\n"
},
"managedFields": [
{
"manager": "kubectl-client-side-apply",
"operation": "Update",
"apiVersion": "organization.prototypes.com/v1",
"time": "2024-05-25T07:10:43Z",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:metadata": {
"f:annotations": {
".": {},
"f:kubectl.kubernetes.io/last-applied-configuration": {}
}
}
}
}
]
},
"spec": {},
"status": {}
}
]
}