Use github.com/ghodss/yaml to parse k8s config (#5643)

This commit is contained in:
liispon
2019-04-03 02:04:37 +08:00
committed by Daniel Nelson
parent 782280345d
commit 3b80d8a7fd
3 changed files with 14 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ import (
"github.com/ericchiang/k8s"
corev1 "github.com/ericchiang/k8s/apis/core/v1"
"gopkg.in/yaml.v2"
"github.com/ghodss/yaml"
)
type payload struct {