Execute go imports to format files

Signed-off-by: Zhengyi Lai <zheng1@kubesphere.io>
This commit is contained in:
Zhengyi Lai
2021-06-27 20:37:51 +08:00
parent d8cef2bcda
commit e26f70d0ca
95 changed files with 98 additions and 98 deletions

View File

@@ -28,8 +28,8 @@ import (
"strings"
"time"
"github.com/emicklei/go-restful"
"gopkg.in/yaml.v2"
restful "github.com/emicklei/go-restful"
yaml "gopkg.in/yaml.v2"
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"

View File

@@ -19,7 +19,7 @@ package v1alpha1
import (
"net/http"
"github.com/emicklei/go-restful"
restful "github.com/emicklei/go-restful"
restfulspec "github.com/emicklei/go-restful-openapi"
"k8s.io/apimachinery/pkg/runtime/schema"
k8sinformers "k8s.io/client-go/informers"