fix the regression on merging configmap with different namespace

This commit is contained in:
jingfangliu
2019-07-09 13:32:33 -07:00
parent 08400d77a6
commit 49b32473ca
3 changed files with 42 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ type Kunstructured interface {
GetKind() string
GetName() string
SetName(string)
SetNamespace(string)
GetLabels() map[string]string
SetLabels(map[string]string)
GetAnnotations() map[string]string