Rename httpGetInterface to httpGetter

This commit is contained in:
Tim Hockin
2014-10-19 20:15:23 -07:00
parent e46af6e37f
commit de3060e4eb
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ func (e *execActionHandler) Run(podFullName, uuid string, container *api.Contain
type httpActionHandler struct {
kubelet *Kubelet
client httpGetInterface
client httpGetter
}
// ResolvePort attempts to turn a IntOrString port reference into a concrete port number.