diff --git a/api/v1alpha1/locustcluster_types.go b/api/v1alpha1/locustcluster_types.go index bc7adca..632c7b7 100644 --- a/api/v1alpha1/locustcluster_types.go +++ b/api/v1alpha1/locustcluster_types.go @@ -102,9 +102,9 @@ type SecretsSpec struct { // LocustClusterSpec defines the desired state of LocustCluster type LocustClusterSpec struct { - Leader LeaderSpec `json:"leader,omitempty" protobuf:"bytes,1,rep,name=leader"` - Worker WorkerSpec `json:"worker" protobuf:"bytes,2,rep,name=worker"` - Metrics MetricsSpec `json:"metrics" protobuf:"bytes,3,rep,name=metrics"` + Leader LeaderSpec `json:"leader,omitempty" protobuf:"bytes,1,rep,name=leader"` + // Worker WorkerSpec `json:"worker" protobuf:"bytes,2,rep,name=worker"` + // Metrics MetricsSpec `json:"metrics" protobuf:"bytes,3,rep,name=metrics"` Infrastructure []InfrastructureSpec `json:"infrastructure,omitempty" protobuf:"bytes,4,rep,name=infrastructure"` Secrets []SecretsSpec `json:"secrets,omitempty" protobuf:"bytes,5,rep,name=secrets"` }