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.
2 parents fdc6658 + 994c1b3 commit ae48371Copy full SHA for ae48371
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