Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO-JIRA: extend clusteroperators gatherer to collect status of insightsoperato… #912

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/gathered-data.md
Expand Up @@ -486,7 +486,8 @@ introduced in version `4.3.0` and later backported to version `4.2.10+`.
## ClusterOperators

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

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


## ClusterProxy
Expand Down