mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-21 10:30:24 +00:00
make package name match all the import aliases
Kubernetes-commit: d3bd0eb1d5cefc25e4476d8dc086ebd90439ef4e
This commit is contained in:
parent
b00d4d1d42
commit
3e9a51baf5
@ -19,7 +19,7 @@ package scale
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"k8s.io/apimachinery/pkg/api/testing/roundtrip"
|
||||
"k8s.io/apimachinery/pkg/api/apitesting/roundtrip"
|
||||
)
|
||||
|
||||
// NB: this can't be in the scheme package, because importing'
|
||||
|
Loading…
Reference in New Issue
Block a user