apiserver: fix typo introduced in #57366
Kubernetes-commit: 42a19a3cb8983a3bd802f2facb4c2104af30e195
This commit is contained in:
parent
57df84449f
commit
2496dc3852
|
|
@ -771,7 +771,7 @@ func (c *errWatcher) Stop() {
|
|||
// no-op
|
||||
}
|
||||
|
||||
// cachWatcher implements watch.Interface
|
||||
// cacheWatcher implements watch.Interface
|
||||
type cacheWatcher struct {
|
||||
sync.Mutex
|
||||
input chan *watchCacheEvent
|
||||
|
|
|
|||
Loading…
Reference in New Issue