We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaf119 commit 2831a3dCopy full SHA for 2831a3d
pkg/cache/cache.go
@@ -221,7 +221,7 @@ type Options struct {
221
DefaultUnsafeDisableDeepCopy *bool
222
223
// 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.
+ // If unset, this will fall through to the Default* settings.
225
ByObject map[client.Object]ByObject
226
227
// newInformer allows overriding of NewSharedIndexInformer for testing.
0 commit comments