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