Closed sepulworld closed 5 years ago
This isn't needed. I just discovered the CommaDelimitedList data type in Cloud Formation ....
CommaDelimitedList
An array of literal strings that are separated by commas. The total number of strings should be one more than the total number of commas. Also, each member string is space trimmed.
For example, users could specify "test,dev,prod", and a Ref would result in ["test","dev","prod"].
Need support for lists in model
This currently doesn't work:
https://github.com/kubernetes/gengo/blob/master/types/types.go#L403-L490 -- Here is list of builtin types supported in gogen, can we extend this easily?