Merge pull request #202 from lavalamp/cleanup

Fix missing <-
pull/6/head
brendandburns 2014-06-23 09:09:03 -07:00
commit c157c28551
1 changed files with 1 additions and 1 deletions

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.