Skip to content

Commit 89be6ba

Browse files
authored
Update incorrect method name on doc.go
1 parent 3854680 commit 89be6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/fake/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Package fake provides a fake client for testing.
2020
A fake client is backed by its simple object store indexed by GroupVersionResource.
2121
You can create a fake client with optional objects.
2222
23-
client := NewClientBuilder().WithScheme(scheme).WithObj(initObjs...).Build()
23+
client := NewClientBuilder().WithScheme(scheme).WithObjects(initObjs...).Build()
2424
2525
You can invoke the methods defined in the Client interface.
2626

0 commit comments

Comments
 (0)