rewrite go imports
This commit is contained in:
@@ -20,9 +20,9 @@ import (
|
||||
"errors"
|
||||
"testing"
|
||||
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/client"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/client/testclient"
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
"k8s.io/kubernetes/pkg/client"
|
||||
"k8s.io/kubernetes/pkg/client/testclient"
|
||||
)
|
||||
|
||||
type ErrorReplicationControllers struct {
|
||||
|
Reference in New Issue
Block a user