Skip to content

Commit e96a7ee

Browse files
authored
fix(logs): fix the rank warning in logs (#496)
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
1 parent 31aa78b commit e96a7ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/litmuschaos/v1alpha1/chaosengine_types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ type ExperimentList struct {
208208

209209
// ExperimentAttributes defines attributes of experiments
210210
type ExperimentAttributes struct {
211-
//Execution priority of the chaos experiment
212-
Rank uint32 `json:"rank"`
213211
// It contains env, configmaps, secrets, experimentImage, node selector, custom experiment annotation
214212
// which can be provided or overridden from the chaos engine
215213
Components ExperimentComponents `json:"components,omitempty"`

0 commit comments

Comments
 (0)