-
Story
-
Resolution: Done
-
Normal
-
None
This story refers to the reference to applicationObjects in the `status` of the CR(D).
The list of application objects identified either by the ApplicationSelector.ResourceRef or ApplicationSelector.MatchLabels. Currently this list is a []string, which demands the consumer to parse and interpret the value stored in there.
The same information could be encoded in a struct containing some of the fields from the ApplicationSelector: Group, Version, Kind and ResourceRef, removing the burden of making consumers to use a library to decode the information that can be decoded by the type system and supporting libraries.