[Deletion Modes] Implement Logic to Extract and Insert Associated Resources into Manifest CR associatedResources
#1651
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Description
With the issue described in lifecycle-manager #1582, a new field called associatedResources is added to the
Manifest
Custom Resource. This change requires implementing logic to extract the list of managed resources from the ModuleTemplate and insert it into themanifest.spec. associatedResources
.The list of managed resources is an additional layer in the OCM specification. An example of this can be found in the implementation described in template-operator #200.
After implementing this logic, the Manifest CR should look like this:
Reasons
ModuleTemplate
OCM Layermanifest.spec. associatedResources
listAcceptance Criteria
ModuleTemplate
)manifest.spec. associatedResources
The text was updated successfully, but these errors were encountered: