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
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:
@@ -102,9 +102,9 @@ type SecretsSpec struct {
|
|||||||
|
|
||||||
// LocustClusterSpec defines the desired state of LocustCluster
|
// LocustClusterSpec defines the desired state of LocustCluster
|
||||||
type LocustClusterSpec struct {
|
type LocustClusterSpec struct {
|
||||||
Leader LeaderSpec `json:"leader,omitempty" protobuf:"bytes,1,rep,name=leader"`
|
Leader LeaderSpec `json:"leader,omitempty" protobuf:"bytes,1,rep,name=leader"`
|
||||||
Worker WorkerSpec `json:"worker" protobuf:"bytes,2,rep,name=worker"`
|
// Worker WorkerSpec `json:"worker" protobuf:"bytes,2,rep,name=worker"`
|
||||||
Metrics MetricsSpec `json:"metrics" protobuf:"bytes,3,rep,name=metrics"`
|
// Metrics MetricsSpec `json:"metrics" protobuf:"bytes,3,rep,name=metrics"`
|
||||||
Infrastructure []InfrastructureSpec `json:"infrastructure,omitempty" protobuf:"bytes,4,rep,name=infrastructure"`
|
Infrastructure []InfrastructureSpec `json:"infrastructure,omitempty" protobuf:"bytes,4,rep,name=infrastructure"`
|
||||||
Secrets []SecretsSpec `json:"secrets,omitempty" protobuf:"bytes,5,rep,name=secrets"`
|
Secrets []SecretsSpec `json:"secrets,omitempty" protobuf:"bytes,5,rep,name=secrets"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user