Skip to content

Commit

Permalink
fix(logs): fix the rank warning in logs (#496)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <[email protected]>
  • Loading branch information
ispeakc0de authored Jun 1, 2024
1 parent 31aa78b commit e96a7ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/litmuschaos/v1alpha1/chaosengine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ type ExperimentList struct {

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

0 comments on commit e96a7ee

Please sign in to comment.