mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 21:40:29 +00:00
pkg/apis/core: mechanical import fixes in dependencies
This commit is contained in:
@@ -17,10 +17,9 @@ limitations under the License.
|
||||
package user
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
api "k8s.io/kubernetes/pkg/apis/core"
|
||||
"k8s.io/kubernetes/pkg/apis/extensions"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestNonRootOptions(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user