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

@@ -36,7 +36,7 @@ import (
func makeNamespaceURL(namespace, suffix string) string {
if !(testapi.Version() == "v1beta1" || testapi.Version() == "v1beta2") {
return makeURL("/ns/" + namespace + suffix)
return makeURL("/namespaces/" + namespace + suffix)
}
return makeURL(suffix + "?namespace=" + namespace)
}