add extended patch transformer

This commit is contained in:
jingfangliu
2019-07-12 14:34:02 -07:00
parent aa2313c282
commit 3c05e2d664
5 changed files with 639 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ type Kunstructured interface {
MarshalJSON() ([]byte, error)
UnmarshalJSON([]byte) error
GetGvk() gvk.Gvk
SetGvk(gvk.Gvk)
GetKind() string
GetName() string
SetName(string)