dhall-haskell icon indicating copy to clipboard operation
dhall-haskell copied to clipboard

Only put models with GVK in types union (with some refactoring)

Open muff1nman opened this issue 4 years ago • 0 comments

The types unions main/only purpose was to allow creating lists of objects to output to a single yaml document for sending to kubernetes. These objects must have a group/version and kind. Therefore any objects without would not be used in this manner and should be removed from the typesUnion.

Let me know if you'd like these commits/prs split/merged differently

muff1nman avatar Jan 12 '21 08:01 muff1nman