switch to pseudo/k8s deps

This commit is contained in:
Phillip Wittrock
2019-11-08 16:48:42 -08:00
parent ad9b869ddb
commit 3dfe62fe55
60 changed files with 1074 additions and 1218 deletions

View File

@@ -300,7 +300,7 @@ func (r *Resource) AppendRefVarName(variable types.Var) {
r.refVarNames = append(r.refVarNames, variable.Name)
}
// TODO: Add BinaryData once we sync to new k8s.io/api
// TODO: Add BinaryData once we sync to new sigs.k8s.io/kustomize/pseudo/k8s/api
func mergeConfigmap(
mergedTo map[string]interface{},
maps ...map[string]interface{}) {