pkg/api/resource: move to apimachinery
This commit is contained in:

committed by
Dr. Stefan Schimanski

parent
6b6b6c747e
commit
bc6fdd925d
@@ -17,9 +17,9 @@ limitations under the License.
|
||||
package e2e
|
||||
|
||||
import (
|
||||
"k8s.io/apimachinery/pkg/api/resource"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/apimachinery/pkg/util/uuid"
|
||||
"k8s.io/kubernetes/pkg/api/resource"
|
||||
"k8s.io/kubernetes/pkg/api/v1"
|
||||
"k8s.io/kubernetes/pkg/util/intstr"
|
||||
"k8s.io/kubernetes/test/e2e/framework"
|
||||
|
Reference in New Issue
Block a user