summaryrefslogtreecommitdiff
path: root/common/types
diff options
context:
space:
mode:
authorXiang Dai <long0dai@foxmail.com>2020-12-07 09:19:31 +0800
committerXiang Dai <long0dai@foxmail.com>2020-12-07 15:00:31 +0800
commit8cb2b338a4426119309a745088e7c4f693f45a50 (patch)
tree8d8f9576d099bdb7d592e12c78f3f0e4fedcbe5d /common/types
parentMerge pull request #2402 from QinglongLee/develop (diff)
downloadkubeedge-8cb2b338a4426119309a745088e7c4f693f45a50.tar.gz
CI: fix panic and other existing issues
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Diffstat (limited to 'common/types')
-rw-r--r--common/types/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/types/types.go b/common/types/types.go
index 7ac2d054c..61fa79272 100644
--- a/common/types/types.go
+++ b/common/types/types.go
@@ -1,7 +1,7 @@
package types
import (
- "k8s.io/api/core/v1"
+ v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
"k8s.io/apimachinery/pkg/types"
)