troubleshoot icon indicating copy to clipboard operation
troubleshoot copied to clipboard

Filter Custom Resource objects for better analysis

Open spron-in opened this issue 3 years ago • 1 comments
trafficstars

Describe the rationale for the suggested feature.

It is useful for support teams gather information only about specific Custom Resource, not all of them. At the same time show the user the results of Analyzers only for this specific Custom Resource. Also parsing a yaml file that has multiple Custom Resource objects with yamlCompare does not work at all, as you are not sure which CR you are checking.

Describe the feature

The idea would be to have a filter for Custom Resource in the Collector definition, that would allow to either set a namespace and a name of the CR (or a regexp).

Describe alternatives you've considered

yamlCompare can only partially solve the problem

Additional context

None.

spron-in avatar Nov 21 '22 14:11 spron-in