fix goimports (#1372)

This commit is contained in:
Rémy Léone
2021-04-03 11:50:28 +08:00
committed by GitHub
parent 0036f0c32b
commit d1e538e2d4
10 changed files with 56 additions and 71 deletions
+2 -4
View File
@@ -17,9 +17,6 @@ limitations under the License.
package openshift
import (
deployapi "github.com/openshift/api/apps/v1"
"k8s.io/apimachinery/pkg/runtime"
"os"
"path/filepath"
"reflect"
@@ -29,9 +26,10 @@ import (
"github.com/kubernetes/kompose/pkg/testutils"
"github.com/kubernetes/kompose/pkg/transformer"
"github.com/kubernetes/kompose/pkg/transformer/kubernetes"
deployapi "github.com/openshift/api/apps/v1"
"github.com/pkg/errors"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)
func newServiceConfig() kobject.ServiceConfig {