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 user, I would like the packageName I specify in the Operator Controller to be converted into a Deppy Constraint.
Background:
The goal of this story is to convert an Operator CR into Deppy Constraints.
Today, we only plan to introduce the packageName and GVK constraints, but will expand in the future.
Within the context of Deppy, Variables are logical statements that can be true or false. Constraints are variables that must be true in a solution set. So for this story:
-- The user will specify a package that they want to install within an Operator CR's spec.PackageName field
-- The operator controller will create a "Deppy Variable" that captures this packageName constraint.
-- The Deppy Library will introduce the GVK Uniqueness requirement.
Acceptance Criteria:
An Operator CR can be converted into a set of Deppy Constraints.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
User Story:
As a user, I would like the packageName I specify in the Operator Controller to be converted into a Deppy Constraint.
Background:
-- The user will specify a package that they want to install within an Operator CR's spec.PackageName field
-- The operator controller will create a "Deppy Variable" that captures this packageName constraint.
-- The Deppy Library will introduce the GVK Uniqueness requirement.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: