mirror of
https://github.com/rancher/types.git
synced 2025-09-26 20:52:57 +00:00
goimports linting changes
This commit is contained in:
committed by
Craig Jellick
parent
3b5a0ac5a7
commit
a10f8a7b00
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/rancher/norman/controller"
|
||||
"github.com/rancher/norman/objectclient"
|
||||
"github.com/rancher/norman/resource"
|
||||
"k8s.io/api/batch/v1"
|
||||
v1 "k8s.io/api/batch/v1"
|
||||
"k8s.io/apimachinery/pkg/api/errors"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/apimachinery/pkg/labels"
|
||||
|
@@ -2,7 +2,7 @@ package v1
|
||||
|
||||
import (
|
||||
"github.com/rancher/norman/lifecycle"
|
||||
"k8s.io/api/batch/v1"
|
||||
v1 "k8s.io/api/batch/v1"
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user