forked from openshift/insights-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoperator-lifecycle-manager.json
65 lines (65 loc) · 1.61 KB
/
operator-lifecycle-manager.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
{
"kind": "ClusterOperator",
"apiVersion": "config.openshift.io/v1",
"metadata": {
"name": "operator-lifecycle-manager",
"selfLink": "/apis/config.openshift.io/v1/clusteroperators/operator-lifecycle-manager",
"uid": "69e898b9-114d-4aba-968d-7e451f9990f4",
"resourceVersion": "11902",
"generation": 1,
"creationTimestamp": "2021-07-07T11:02:54Z",
"annotations": {
"include.release.openshift.io/self-managed-high-availability": "true"
}
},
"spec": {},
"status": {
"conditions": [
{
"type": "Degraded",
"status": "False",
"lastTransitionTime": "2021-07-07T11:27:20Z"
},
{
"type": "Progressing",
"status": "False",
"lastTransitionTime": "2021-07-07T11:32:25Z",
"message": "Deployed 0.17.0"
},
{
"type": "Available",
"status": "True",
"lastTransitionTime": "2021-07-07T11:27:20Z"
},
{
"type": "Upgradeable",
"status": "True",
"lastTransitionTime": "2021-07-07T11:27:20Z"
}
],
"versions": [
{
"name": "operator",
"version": "4.7.16"
},
{
"name": "operator-lifecycle-manager",
"version": "0.17.0"
}
],
"relatedObjects": [
{
"group": "operators.coreos.com",
"resource": "clusterserviceversions",
"namespace": "openshift-operator-lifecycle-manager",
"name": "packageserver"
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-operator-lifecycle-manager"
}
],
"extension": null
}
}