[ModuleCatalog] Introduce ModuleReleaseMeta
CRD
#1848
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:
We need to create a new Custom Resource Definition (CRD) named
ModuleReleaseMeta
. However, the name can be challenged if a better alternative is found (e.g.,ChannelAssignment
or similar). For now we drop the feature of introducing specifying Module versions in this CR.Detailed decision ticket: #1815
Requirements:
spec
should include:moduleName
: a non-optional string.channels
: a list where each item must include the mandatory fieldschannel
andversion
.apiVersion
for the CRD should beoperator.kyma-project.io/v1beta2
.Example CRD YAML:
Example CR yaml
Acceptance Criteria:
lifecycle-manager/api/v1beta2/kyma_types.go
Lines 51 to 54 in 2342670
The text was updated successfully, but these errors were encountered: