mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #65343 from cfork/typo
Automatic merge from submit-queue (batch tested with PRs 65339, 65343, 65324, 65335, 65367). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. apiserver: fix typo introduced in #57366 fix typo introduced in #57366 ```release-note NONE ```
This commit is contained in:
commit
1308d9a380
@ -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