From 2831a3d9e9bbc72c65e8d132c54c7a8ff39d218f Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Mon, 18 Mar 2024 22:09:27 +0100 Subject: [PATCH] :book: Tiny comment fix. (#2712) * Tiny comment fix. * Update pkg/cache/cache.go Co-authored-by: Alvaro Aleman --------- Co-authored-by: Alvaro Aleman --- pkg/cache/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cache/cache.go b/pkg/cache/cache.go index 1cecf88e5e..33804d4e7f 100644 --- a/pkg/cache/cache.go +++ b/pkg/cache/cache.go @@ -221,7 +221,7 @@ type Options struct { DefaultUnsafeDisableDeepCopy *bool // ByObject restricts the cache's ListWatch to the desired fields per GVK at the specified object. - // object, this will fall through to Default* settings. + // If unset, this will fall through to the Default* settings. ByObject map[client.Object]ByObject // newInformer allows overriding of NewSharedIndexInformer for testing.