mirror of https://github.com/k3s-io/k3s
commit
c157c28551
|
@ -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