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 fdc6658 commit 994c1b3Copy full SHA for 994c1b3
pkg/client/fake/client.go
@@ -58,8 +58,6 @@ const (
58
59
// NewFakeClient creates a new fake client for testing.
60
// You can choose to initialize it with a slice of runtime.Object.
61
-// Deprecated: use NewFakeClientWithScheme. You should always be
62
-// passing an explicit Scheme.
63
func NewFakeClient(initObjs ...runtime.Object) client.Client {
64
return NewFakeClientWithScheme(scheme.Scheme, initObjs...)
65
}
0 commit comments