Skip to content

Commit 562cd58

Browse files
committed
dynamic.go -> func redactList - modified Route api group
1 parent 342225e commit 562cd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/datagatherer/k8s/dynamic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func redactList(list []*api.GatheredResource) error {
282282
Select(SecretSelectedFields, resource)
283283

284284
// route object
285-
} else if gvk.Kind == "Route" && gvk.Group == "apiextensions.k8s.io" {
285+
} else if gvk.Kind == "Route" && gvk.Group == "route.openshift.io" {
286286
Select(RouteSelectedFields, resource)
287287

288288
// break once a Secret or Route object has been processed as, no

0 commit comments

Comments
 (0)