mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
fix a spell mistake
This commit is contained in:
@@ -159,7 +159,7 @@ func (c *SSHTunneler) installSSHKeySyncLoop(user, publicKeyfile string) {
|
|||||||
}, 5*time.Minute, c.stopChan)
|
}, 5*time.Minute, c.stopChan)
|
||||||
}
|
}
|
||||||
|
|
||||||
// nodesSyncLoop lists nodes ever 15 seconds, calling Update() on the TunnelList
|
// nodesSyncLoop lists nodes every 15 seconds, calling Update() on the TunnelList
|
||||||
// each time (Update() is a noop if no changes are necessary).
|
// each time (Update() is a noop if no changes are necessary).
|
||||||
func (c *SSHTunneler) nodesSyncLoop() {
|
func (c *SSHTunneler) nodesSyncLoop() {
|
||||||
// TODO (cjcullen) make this watch.
|
// TODO (cjcullen) make this watch.
|
||||||
|
Reference in New Issue
Block a user