Skip to content

Commit

Permalink
trying stuf
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Apr 8, 2024
1 parent b071744 commit 4061006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/test_plugin/syncers/interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ func (d DummyInterceptor) InterceptedRequests() []v2.Interceptor {
return []v2.Interceptor{
{
HandlerName: "testhandler",
APIGroups: []string{""},
APIGroups: []string{"*"},
Resources: []string{"pods"},
ResourceNames: []string{"stuff"},
ResourceNames: []string{"*"},
Verbs: []string{"get"},
},
}
Expand Down

0 comments on commit 4061006

Please sign in to comment.