Skip to content

Commit 8210a45

Browse files
authored
extend clusteroperators gatherer to collect status of insightsoperator resource (#912)
1 parent da820b5 commit 8210a45

File tree

3 files changed

+870
-4
lines changed

3 files changed

+870
-4
lines changed

docs/gathered-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@ introduced in version `4.3.0` and later backported to version `4.2.10+`.
486486
## ClusterOperators
487487

488488
Collects all the `ClusterOperators` definitions and their related resources
489-
from the `operator.openshift.io` group.
489+
from the `operator.openshift.io` group. Only metadata (group, version, kind) and spec attributes
490+
from the `operator.openshift.io` group are gathered.
490491

491492
### API Reference
492493
- https://github.com/openshift/client-go/blob/master/config/clientset/versioned/typed/config/v1/clusteroperator.go#L62
@@ -516,6 +517,7 @@ None
516517
- `config/pod/{namespace}/{pod}.json` and `events/` were moved to
517518
[ClusterOperatorPodsAndEvents](#ClusterOperatorPodsAndEvents) since `4.8.2`,
518519
both were introduced at `4.3.0` as part of this gatherer and backported to `4.2.10+`.
520+
- gather status of the `insightsoperator.operator.openshift.io` resource from `4.16.0+`
519521

520522

521523
## ClusterProxy

0 commit comments

Comments
 (0)