-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ support setting annotations on run/shell commands (#3624)
* ✨ support setting annotations on run/shell commands great for debugging, otherwise hidden to avoid distractions Signed-off-by: Dominik Richter <[email protected]> * 🟢 tests now verify that annotations are nil afaics, we do not require these objects to exist if they are empty Signed-off-by: Dominik Richter <[email protected]> * 🟢 typed nil values in golang 🤕 Signed-off-by: Dominik Richter <[email protected]> * 🟢 check err on markhidden Signed-off-by: Dominik Richter <[email protected]> * 🟢 one more lint Signed-off-by: Dominik Richter <[email protected]> --------- Signed-off-by: Dominik Richter <[email protected]>
- Loading branch information
Showing
4 changed files
with
22 additions
and
6 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