Skip to content

Commit 2831a3d

Browse files
📖 Tiny comment fix. (#2712)
* Tiny comment fix. * Update pkg/cache/cache.go Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com> --------- Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com>
1 parent 5aaf119 commit 2831a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cache/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ type Options struct {
221221
DefaultUnsafeDisableDeepCopy *bool
222222

223223
// ByObject restricts the cache's ListWatch to the desired fields per GVK at the specified object.
224-
// object, this will fall through to Default* settings.
224+
// If unset, this will fall through to the Default* settings.
225225
ByObject map[client.Object]ByObject
226226

227227
// newInformer allows overriding of NewSharedIndexInformer for testing.

0 commit comments

Comments
 (0)