mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Fix missing <-
This commit is contained in:
parent
db3ffe6d2b
commit
14e18a5308
@ -29,7 +29,7 @@ import (
|
||||
|
||||
type KubeletServer struct {
|
||||
Kubelet kubeletInterface
|
||||
UpdateChannel chan manifestUpdate
|
||||
UpdateChannel chan<- manifestUpdate
|
||||
}
|
||||
|
||||
// kubeletInterface contains all the kubelet methods required by the server.
|
||||
|
Loading…
Reference in New Issue
Block a user