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 46db97d commit f42eea6Copy full SHA for f42eea6
pkg/client/fake/client.go
@@ -269,7 +269,7 @@ func (f *ClientBuilder) WithReturnManagedFields() *ClientBuilder {
269
// Build builds and returns a new fake client.
270
func (f *ClientBuilder) Build() client.WithWatch {
271
if f.isBuilt {
272
- panic("build must not be called multiple times when creating a ClientBuilder")
+ panic("Build() must not be called multiple times when creating a ClientBuilder")
273
}
274
if f.scheme == nil {
275
f.scheme = scheme.Scheme
0 commit comments