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 1368469 commit 16c9974Copy full SHA for 16c9974
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).Build()
+ client := NewClientBuilder().WithScheme(scheme).WithObj(initObjs...).Build()
24
25
You can invoke the methods defined in the Client interface.
26
0 commit comments