Skip to content

Commit

Permalink
use Install instead of AddToScheme due to deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed May 17, 2024
1 parent c1fe43e commit 4e5c42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/framework/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func NewClients(t *testing.T, config *rest.Config) (kubernetes.Interface, intern
certmgrscheme.AddToScheme(scheme)
apiext.AddToScheme(scheme)
apireg.AddToScheme(scheme)
gwapi.AddToScheme(scheme)
gwapi.Install(scheme)

return cl, factory, cmCl, cmFactory, scheme
}
Expand Down

0 comments on commit 4e5c42a

Please sign in to comment.