-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Labels
area/devfile-specIssues or PRs related to the Devfile specification and how odo handles and interprets it.Issues or PRs related to the Devfile specification and how odo handles and interprets it.
Description
This is a code refactor issue.
Currently the devfile commands are validated in command.go during odo push. However, other features of devfile requires the usage of devfile commands like lifecycle events and since they dont require the usage of odo push, they're validated outside in validate pkg.
We should make the command validation uniform and move it out from only odo push to the validate pkg like devfile events/component validation in validate pkg
/area devfile
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/devfile-specIssues or PRs related to the Devfile specification and how odo handles and interprets it.Issues or PRs related to the Devfile specification and how odo handles and interprets it.