rename kubernetes-discovery to kube-aggregator

This commit is contained in:
deads2k
2017-01-09 11:04:46 -05:00
parent 6f320061f5
commit 453651cbfc
124 changed files with 349 additions and 349 deletions

View File

@@ -22,7 +22,7 @@ import (
"testing"
"time"
"k8s.io/kubernetes/cmd/kubernetes-discovery/pkg/legacy"
"k8s.io/kubernetes/cmd/kube-aggregator/pkg/legacy"
"k8s.io/kubernetes/examples/apiserver"
)
@@ -47,7 +47,7 @@ func testResponse(t *testing.T, serverURL, path string, expectedStatusCode int)
}
func runDiscoverySummarizer(t *testing.T) string {
configFilePath := "../../../cmd/kubernetes-discovery/config.json"
configFilePath := "../../../cmd/kube-aggregator/config.json"
port := "9090"
serverURL := "http://localhost:" + port
s, err := legacy.NewDiscoverySummarizer(configFilePath)