Merge pull request #16153 from gmarek/use_api_ports

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-12-02 05:57:49 -08:00
22 changed files with 191 additions and 104 deletions

View File

@@ -85,7 +85,7 @@ var (
type fakeKubeletClient struct{}
func (fakeKubeletClient) GetConnectionInfo(host string) (string, uint, http.RoundTripper, error) {
func (fakeKubeletClient) GetConnectionInfo(ctx api.Context, nodeName string) (string, uint, http.RoundTripper, error) {
return "", 0, nil, errors.New("Not Implemented")
}