Skip to content

Commit feb7100

Browse files
authored
add the experiment phase as completed with error (#449)
Signed-off-by: Shubham Chaudhary <[email protected]>
1 parent 6b272cd commit feb7100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/litmuschaos/v1alpha1/chaosresult_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ const (
4040
ResultPhaseRunning ResultPhase = "Running"
4141
// ResultPhaseCompleted is phase of chaosresult which is in completed state
4242
ResultPhaseCompleted ResultPhase = "Completed"
43+
// ResultPhaseCompletedWithError is phase of chaosresult when probe is failed
44+
ResultPhaseCompletedWithError ResultPhase = "CompletedWithError"
4345
// ResultPhaseStopped is phase of chaosresult which is in stopped state
4446
ResultPhaseStopped ResultPhase = "Stopped"
4547
// ResultPhaseError is phase of chaosresult, which indicates that the experiment is terminated due to an error

0 commit comments

Comments
 (0)