Add secret generator.

This commit is contained in:
jregan
2019-04-06 18:27:14 -07:00
parent 1623f1e4c0
commit ffc16d51e0
10 changed files with 178 additions and 21 deletions

View File

@@ -48,6 +48,7 @@ type Kunstructured interface {
SetMap(map[string]interface{})
Copy() Kunstructured
GetFieldValue(string) (string, error)
GetStringSlice(string) ([]string, error)
MarshalJSON() ([]byte, error)
UnmarshalJSON([]byte) error
GetGvk() gvk.Gvk