diff --git a/pkg/kube/client_test.go b/pkg/kube/client_test.go index 42aa5cf77..c115950be 100644 --- a/pkg/kube/client_test.go +++ b/pkg/kube/client_test.go @@ -315,7 +315,7 @@ func (s *testCore) Namespaces() internalversion.NamespaceInterface { return s } -func (s *testCore) Get(name string, options apiv1.GetOptions) (*core.Namespace, error) { +func (s *testCore) Get(name string, options metav1.GetOptions) (*core.Namespace, error) { return nil, nil }