We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407468c commit 26ab2bfCopy full SHA for 26ab2bf
pkg/datagatherer/k8s/dynamic.go
@@ -284,10 +284,6 @@ func redactList(list []*api.GatheredResource) error {
284
// route object
285
} else if gvk.Kind == "Route" && gvk.Group == "route.openshift.io" {
286
Select(RouteSelectedFields, resource)
287
-
288
- // break once a Secret or Route object has been processed as, no
289
- // other kinds have redact modifications
290
- break
291
}
292
293
0 commit comments