mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 01:04:59 +00:00
This patch changes the interface between CUE and Holos to remove the content field and replace it with an api object map. The map is a `map[string]map[string]string` with the rendered yaml as the value of a kind/name nesting. This structure enables better error messages, cue disjunction errors indicate the type and the name of the resource instead of just the list index number.