remove most references to api.PreV1Beta3

This commit is contained in:
Chao Xu
2015-06-03 20:09:03 -07:00
parent 6b81c064ed
commit ca72165b20
10 changed files with 2 additions and 180 deletions

View File

@@ -25,9 +25,6 @@ import (
)
func getRCResourceName() string {
if api.PreV1Beta3(testapi.Version()) {
return "replicationControllers"
}
return "replicationcontrollers"
}