File tree 1 file changed +1
-5
lines changed
pkg/antctl/raw/supportbundle
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,8 @@ import (
34
34
"golang.org/x/time/rate"
35
35
"gopkg.in/yaml.v2"
36
36
37
- apierrors "k8s.io/apimachinery/pkg/api/errors"
38
-
39
37
corev1 "k8s.io/api/core/v1"
40
-
38
+ apierrors "k8s.io/apimachinery/pkg/api/errors"
41
39
"k8s.io/apimachinery/pkg/api/meta"
42
40
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
43
41
k8sruntime "k8s.io/apimachinery/pkg/runtime"
@@ -52,9 +50,7 @@ import (
52
50
"antrea.io/antrea/pkg/apis/crd/v1beta1"
53
51
systemv1beta1 "antrea.io/antrea/pkg/apis/system/v1beta1"
54
52
antrea "antrea.io/antrea/pkg/client/clientset/versioned"
55
-
56
53
systemclientset "antrea.io/antrea/pkg/client/clientset/versioned/typed/system/v1beta1"
57
-
58
54
"antrea.io/antrea/pkg/util/compress"
59
55
"antrea.io/antrea/pkg/util/k8s"
60
56
)
You can’t perform that action at this time.
0 commit comments