Provide ability to map component to containerName #14280
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your task related to a problem? Please describe.
We have opportunity to define a
component
forche
commands in devfile.In runtime we get something like:
So we have info about
component
and targetcontainerName
in attributes for a command.But I don't know way how we can map
component
andcontainerName
usingmachines
object in runtime. For example, if user changes the label for a task or defines intask.json
component
for a new task - how we can map it to correspondingcontainerName
?Describe the solution you'd like
It would be great to have some attributes for
machines
object in runtime to have ability to mapcomponent
and correspondingcontainerName
.Describe alternatives you've considered
Additional context
I need it to improve the behavior related to #13993 (comment)
The text was updated successfully, but these errors were encountered: