You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer on the Operator Controller project, I would like to place any calls to Deppy solver behind a reasonable interface so I can easily test or swap out the Deppy implementation.
Background:
The Deppy project is being developed as a library that third party projects may utilize.
There is a possibility that the Operator Controller will need to introduce an Kubernetes Native API (a CRD) that will allow users to configure constraints sent to the resolver.
To support the possible change, calls to the Deppy Solver should be be done through an interface.
Placing the Solver behind an interface will simplify unit testing as well.
Uh oh!
There was an error while loading. Please reload this page.
User Story:
Background:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: