Which area/kind this issue is related to?
OpenShift Developer Console (ODC)
Issue Description
ODC 4.12 release plans on adopting devfile v2.2.0 and this entails the import flow on ODC which will consume the outer loop resources specified on the devfile samples https://github.com/devfile/registry/blob/main/extraDevfileEntries.yaml
Currently, the ODC uses the inner loop devfile library generate functions and relies on the devfile.yaml attribute alpha.dockerimage-port but we must switch to the kubernetes resources defined in the kubernetes component, for example:
- name: outerloop-deploy
kubernetes:
uri: outerloop.yaml
ODC should create all the resources specified in outerloop.yaml for its Devfile import flow
Which area/kind this issue is related to?
OpenShift Developer Console (ODC)
Issue Description
ODC 4.12 release plans on adopting devfile v2.2.0 and this entails the import flow on ODC which will consume the outer loop resources specified on the devfile samples https://github.com/devfile/registry/blob/main/extraDevfileEntries.yaml
Currently, the ODC uses the inner loop devfile library generate functions and relies on the devfile.yaml attribute
alpha.dockerimage-portbut we must switch to the kubernetes resources defined in the kubernetes component, for example:ODC should create all the resources specified in outerloop.yaml for its Devfile import flow