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 a784ee7 commit 1368469Copy full SHA for 1368469
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 := NewFakeClientWithScheme(scheme, initObjs...) // initObjs is a slice of runtime.Object
+ client := NewClientBuilder().WithScheme(scheme).Build()
24
25
You can invoke the methods defined in the Client interface.
26
0 commit comments