-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WorkflowContext methods to Workflow CRD (#600)
Signed-off-by: Micah Hausler <[email protected]> ## Description * Add WorkflowContext methods to Workflow type * Add WorkflowContext conversion func * Relocate FrozenTime for usage outside `/pkg` ## Why is this needed This creates reusable logic for the gRPC server and other K8s client code (like boots). Fixes: # ## How Has This Been Tested? Added unit tests for new methods and functions ## How are existing users impacted? What migration steps/scripts do we need? N/A ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [x] added unit or e2e tests - [ ] provided instructions on how to upgrade
- Loading branch information
Showing
9 changed files
with
436 additions
and
21 deletions.
There are no files selected for viewing
File renamed without changes.
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.