Problem Statement
We want to set adopt options in tests for adopting existing entities. We could implement a generated unified method to simplify the configuring of adopt options.
Proposed Solution
- Generate a
SetAdoptOptions for all CRDs supporting to be adopted
- Add the
SetAdoptOptions into the current KonnectEntityTypeSupportingAdoption to implement unified methods to set adopt options in specific test cases
Additional Information
...
Acceptance Criteria