operator-framework / deppy

Deppy: The dependency resolver for Kubernetes
Apache License 2.0
15 stars 21 forks source link

Refactor solver solution struct #86

Closed perdasilva closed 1 year ago

perdasilva commented 1 year ago

This PR refactors the Solution struct to be a little more helpful. It now returns returns the resolution error (if any), the selected variables, given a variable ID you can see whether it has been selected, and with an option, all variables used in the resolution can also be returned.

Signed-off-by: perdasilva perdasilva@redhat.com