forked from argoproj/argo-rollouts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:Rollout get command Add canary strategy progress..
Only canary Strastegy has it. Effect display: Strategy: Canary Step: 6/6 Steps: ... [2]setWeight:25 -> [3]pause:30s -> [4]setWeight:50 ... SetWeight: 100 ActualWeight: 100 Strategy: Canary Step: 6/6 Steps: [1]setWeight:25 -> [2]pause:30s -> [3]setWeight:50 ... SetWeight: 100 ActualWeight: 100 Strategy: Canary Step: 1/2 Steps: [1]setWeight:50 -> [2]pause:∞ SetWeight: 50 ActualWeight: 50 Signed-off-by: zhaozhiqiang <[email protected]>
- Loading branch information
zhaozhiqiang
committed
Feb 11, 2021
1 parent
1beffd4
commit 8c78561
Showing
4 changed files
with
105 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ const ( | |
IconBad = "✖" | ||
IconPaused = "॥" | ||
IconNeutral = "•" | ||
IconAlways = "∞" | ||
) | ||
|
||
const ( | ||
|
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