diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2021-09-14 15:40:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-14 15:40:32 +0800 |
| commit | 523bd0571987f0266dc79660b1dfa0683f01ca5a (patch) | |
| tree | d9084f95736c1f88c450371a6fdf5f68cd81748a /tests | |
| parent | Merge pull request #3163 from WillardHu/fix/pathjoin (diff) | |
| parent | simplify yaml related import package (diff) | |
| download | kubeedge-523bd0571987f0266dc79660b1dfa0683f01ca5a.tar.gz | |
Merge pull request #3160 from gy95/yaml_simple
simplify yaml related import package
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/e2e/utils/node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/utils/node.go b/tests/e2e/utils/node.go index 011ce467b..f94be65c1 100644 --- a/tests/e2e/utils/node.go +++ b/tests/e2e/utils/node.go @@ -28,9 +28,9 @@ import ( "runtime" "time" - "github.com/ghodss/yaml" "github.com/onsi/gomega" v1 "k8s.io/api/core/v1" + "sigs.k8s.io/yaml" ) func getpwd() string { |
