mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
apiserver: fix typo introduced in #57366
This commit is contained in:
parent
ee7e59b756
commit
42a19a3cb8
@ -771,7 +771,7 @@ func (c *errWatcher) Stop() {
|
|||||||
// no-op
|
// no-op
|
||||||
}
|
}
|
||||||
|
|
||||||
// cachWatcher implements watch.Interface
|
// cacheWatcher implements watch.Interface
|
||||||
type cacheWatcher struct {
|
type cacheWatcher struct {
|
||||||
sync.Mutex
|
sync.Mutex
|
||||||
input chan *watchCacheEvent
|
input chan *watchCacheEvent
|
||||||
|
Loading…
Reference in New Issue
Block a user