forked from redhat-developer/odo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…edhat-developer#5878) * Add documentation * Add integration test cases * Refactor functions in 'pkg/libdevfile/libdevfile.go' Few functions used to have similar but slightly different logic, which could make them quite confusing to use. This also fixes a behavior which is not supposed to be part of the Devfile spec: in the past, if a Devfile contains a single but non-default command for a given kind, this command would get returned as the Default command for such kind. Now, an explicit error is returned instead if this single command is not marked as default in the Devfile. * Add `run-command` to `odo dev`, to run non-default run commands * Fix documentation of a few libdevfile functions, as suggested in review
- Loading branch information
Showing
13 changed files
with
841 additions
and
1,800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.