"groupless namespaced PUT with extra segment":{"PUT","/"+grouplessPrefix+"/"+grouplessGroupVersion.Version+"/namespaces/ns/simples/bar/baz",http.StatusNotFound},
"groupless namespaced watch with bad method":{"POST","/"+grouplessPrefix+"/"+grouplessGroupVersion.Version+"/watch/namespaces/ns/simples/bar",http.StatusMethodNotAllowed},
"groupless namespaced watch param with bad method":{"POST","/"+grouplessPrefix+"/"+grouplessGroupVersion.Version+"/namespaces/ns/simples/bar?watch=true",http.StatusMethodNotAllowed},
// Positive checks to make sure everything is wired correctly
"namespaced PUT with extra segment":{"PUT","/"+prefix+"/"+testGroupVersion.Group+"/"+testGroupVersion.Version+"/namespaces/ns/simples/bar/baz",http.StatusNotFound},
"namespaced watch with bad method":{"POST","/"+prefix+"/"+testGroupVersion.Group+"/"+testGroupVersion.Version+"/watch/namespaces/ns/simples/bar",http.StatusMethodNotAllowed},
"namespaced watch param with bad method":{"POST","/"+prefix+"/"+testGroupVersion.Group+"/"+testGroupVersion.Version+"/namespaces/ns/simples/bar?watch=true",http.StatusMethodNotAllowed},