Merge pull request #6702 from ddysher/remove-nodeinfo

Remove nodeinfo endpoint from kubelet
This commit is contained in:
Dawn Chen
2015-04-10 14:54:16 -07:00
8 changed files with 0 additions and 73 deletions

View File

@@ -103,10 +103,6 @@ func (fakeKubeletClient) GetPodStatus(host, podNamespace, podName string) (api.P
return r, nil
}
func (fakeKubeletClient) GetNodeInfo(host string) (api.NodeInfo, error) {
return api.NodeInfo{}, nil
}
func (fakeKubeletClient) GetConnectionInfo(host string) (string, uint, http.RoundTripper, error) {
return "", 0, nil, errors.New("Not Implemented")
}