diff --git a/api/litmuschaos/v1alpha1/chaosengine_types.go b/api/litmuschaos/v1alpha1/chaosengine_types.go index 69622d1d..9cc224bc 100644 --- a/api/litmuschaos/v1alpha1/chaosengine_types.go +++ b/api/litmuschaos/v1alpha1/chaosengine_types.go @@ -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"`