[ModuleCatalog] Add .spec.associatedResources
to ModuleTemplate
#1843
Labels
API
Denotes that an issue is tied to the potential change of the API
kind/feature
Categorizes issue or PR as related to a new feature.
Description
In #1681 it has been decided to add info about resources associated to a module to ModuleTemplates. We need to update the ModuleTemplate to include this information.
The information shall look as follows:
.spec.associatedResources is OPTIONAL (for compatibility reasons). The items in an individual entry are REQUIRED. It should be checked whether existing K8s types and validations can be re-used.
Reasons
Enables CLI and dashboard to show a message about what resources must be cleaned when uninstalling a module.
Acceptance Criteria
.spec.associatedResources
added to ModuleTemplatespec.associatedResources
must be added as required in a future major API versionFeature Testing
No response
Testing approach
No response
Attachments
No response
The text was updated successfully, but these errors were encountered: