Switch to sigs.k8s.io/yaml from ghodss/yaml

Change-Id: Ic72b5131bf441d159012d67a6a3d87088d0e6d31

Kubernetes-commit: 43f523d405b012fa8d90dd95b667f520e036f6bc
This commit is contained in:
Davanum Srinivas
2018-11-02 16:41:57 -04:00
committed by Kubernetes Publisher
parent e6341db955
commit c425b7f92c
4 changed files with 97 additions and 97 deletions

View File

@@ -26,7 +26,7 @@ import (
"strings"
"testing"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
"k8s.io/apimachinery/pkg/runtime"
clientcmdapi "k8s.io/client-go/tools/clientcmd/api"