Fix missing <-

This commit is contained in:
Daniel Smith 2014-06-22 11:15:10 -07:00
parent db3ffe6d2b
commit 14e18a5308

View File

@ -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.