Merge pull request #202 from lavalamp/cleanup

Fix missing <-
This commit is contained in:
brendandburns 2014-06-23 09:09:03 -07:00
commit c157c28551

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.