forked from openshift/insights-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonitoring.json
98 lines (98 loc) · 2.38 KB
/
monitoring.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"kind": "ClusterOperator",
"apiVersion": "config.openshift.io/v1",
"metadata": {
"name": "monitoring",
"selfLink": "/apis/config.openshift.io/v1/clusteroperators/monitoring",
"uid": "8bc3cbe3-86ed-4cb6-aecb-e57ad0cc860f",
"resourceVersion": "1916673",
"generation": 1,
"creationTimestamp": "2021-07-07T11:02:54Z",
"annotations": {
"include.release.openshift.io/ibm-cloud-managed": "true",
"include.release.openshift.io/self-managed-high-availability": "true",
"include.release.openshift.io/single-node-developer": "true"
}
},
"spec": {},
"status": {
"conditions": [
{
"type": "Available",
"status": "True",
"lastTransitionTime": "2021-07-08T11:01:59Z",
"reason": "RollOutDone",
"message": "Successfully rolled out the stack."
},
{
"type": "Progressing",
"status": "False",
"lastTransitionTime": "2021-07-08T11:01:59Z"
},
{
"type": "Degraded",
"status": "False",
"lastTransitionTime": "2021-07-08T11:01:59Z"
},
{
"type": "Upgradeable",
"status": "True",
"lastTransitionTime": "2021-07-13T07:15:46Z"
}
],
"versions": [
{
"name": "operator",
"version": "4.7.16"
}
],
"relatedObjects": [
{
"group": "",
"resource": "namespaces",
"name": "openshift-monitoring"
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-user-workload-monitoring"
},
{
"group": "monitoring.coreos.com",
"resource": "servicemonitors",
"name": ""
},
{
"group": "monitoring.coreos.com",
"resource": "podmonitors",
"name": ""
},
{
"group": "monitoring.coreos.com",
"resource": "prometheusrules",
"name": ""
},
{
"group": "monitoring.coreos.com",
"resource": "alertmanagers",
"name": ""
},
{
"group": "monitoring.coreos.com",
"resource": "prometheuses",
"name": ""
},
{
"group": "monitoring.coreos.com",
"resource": "thanosrulers",
"name": ""
},
{
"group": "monitoring.coreos.com",
"resource": "alertmanagerconfigs",
"name": ""
}
],
"extension": null
}
}