Change "/ns" to "/namespaces" in few remaining places.

This commit is contained in:
Wojciech Tyczynski
2015-03-24 13:00:26 +01:00
parent d0b468f4b0
commit f7191d626d
6 changed files with 13 additions and 13 deletions

View File

@@ -334,7 +334,7 @@ func TestPollMinions(t *testing.T) {
func makeNamespaceURL(namespace, suffix string, isClient bool) string {
if !(testapi.Version() == "v1beta1" || testapi.Version() == "v1beta2") {
return makeURL("/ns/" + namespace + suffix)
return makeURL("/namespaces/" + namespace + suffix)
}
// if this is a url the client should call, encode the url
if isClient {