Skip to content

Commit

Permalink
📖 Tiny comment fix. (#2712)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
porridge and alvaroaleman committed Mar 18, 2024
1 parent 5aaf119 commit 2831a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/cache.go
Expand Up @@ -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.
Expand Down

0 comments on commit 2831a3d

Please sign in to comment.