mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-17 04:20:08 +00:00
remove most references to api.PreV1Beta3
This commit is contained in:
@@ -25,9 +25,6 @@ import (
|
||||
)
|
||||
|
||||
func getRCResourceName() string {
|
||||
if api.PreV1Beta3(testapi.Version()) {
|
||||
return "replicationControllers"
|
||||
}
|
||||
return "replicationcontrollers"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user