Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/client/fake/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Package fake provides a fake client for testing.
A fake client is backed by its simple object store indexed by GroupVersionResource.
You can create a fake client with optional objects.

client := NewClientBuilder().WithScheme(scheme).WithObj(initObjs...).Build()
client := NewClientBuilder().WithScheme(scheme).WithObjects(initObjs...).Build()

You can invoke the methods defined in the Client interface.

Expand Down
Loading