We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3854680 + 89be6ba commit c6f06dcCopy full SHA for c6f06dc
pkg/client/fake/doc.go
@@ -20,7 +20,7 @@ Package fake provides a fake client for testing.
20
A fake client is backed by its simple object store indexed by GroupVersionResource.
21
You can create a fake client with optional objects.
22
23
- client := NewClientBuilder().WithScheme(scheme).WithObj(initObjs...).Build()
+ client := NewClientBuilder().WithScheme(scheme).WithObjects(initObjs...).Build()
24
25
You can invoke the methods defined in the Client interface.
26
0 commit comments