Skip to content

Commit c6f06dc

Browse files
authored
Merge pull request kubernetes-sigs#2942 from buraksekili/patch-1
📖 Update incorrect method name on doc.go
2 parents 3854680 + 89be6ba commit c6f06dc

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)