Skip to content

Commit 6f1586e

Browse files
NageshbansalAlvaroGG0
authored andcommitted
Adds verbosity property (#481)
Signed-off-by: nagesh bansal <[email protected]> Signed-off-by: Alvaro Gutierrez <[email protected]>
1 parent f587da6 commit 6f1586e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

api/litmuschaos/v1alpha1/chaosengine_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ type RunProperty struct {
436436
// EvaluationTimeout is the timeout window in which the SLO metrics
437437
// will be fetched and will be evaluated
438438
EvaluationTimeout string `json:"evaluationTimeout,omitempty"`
439+
// Verbosity contains flags for type of logging while running the Continuous and onChaos Probes
440+
Verbosity string `json:"verbosity,omitempty"`
439441
// StopOnFailure contains flag to stop/continue experiment execution, if probe fails
440442
// it will stop the experiment execution, if provided true
441443
// it will continue the experiment execution, if provided false or not provided(default case)

deploy/chaos_crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2271,6 +2271,8 @@ spec:
22712271
type: string
22722272
initialDelay:
22732273
type: string
2274+
verbosity:
2275+
type: string
22742276
stopOnFailure:
22752277
type: boolean
22762278
sloProbe/inputs:

deploy/crds/chaosengine_crd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,8 @@ spec:
22722272
type: integer
22732273
initialDelay:
22742274
type: string
2275+
verbosity:
2276+
type: string
22752277
stopOnFailure:
22762278
type: boolean
22772279
sloProbe/inputs:

0 commit comments

Comments
 (0)