comment out
Some checks failed
E2E Tests / Run on Ubuntu (push) Failing after 2m7s
Build images / Run lint test (push) Failing after 6m15s
Lint / Run on Ubuntu (push) Failing after 6m18s
Build images / Run unit test (push) Successful in 15m8s
Tests / Run on Ubuntu (push) Successful in 14m20s
Build images / Run e2e tests (push) Failing after 17m6s
Build images / Build docker image (push) Has been skipped

This commit is contained in:
Chris Richardson
2025-07-02 13:42:37 -04:00
parent d03dff5a05
commit 7151522caf

View File

@@ -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"`
}