From e96a7ee7f1f79d969a2e53505274b423e306f4f7 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Sat, 1 Jun 2024 12:04:04 +0530 Subject: [PATCH] fix(logs): fix the rank warning in logs (#496) Signed-off-by: Shubham Chaudhary --- api/litmuschaos/v1alpha1/chaosengine_types.go | 2 -- 1 file changed, 2 deletions(-) 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"`