File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import (
1919 "github.com/redpanda-data/redpanda-operator/operator/cmd/bootstrap"
2020 "github.com/redpanda-data/redpanda-operator/operator/cmd/configurator"
2121 "github.com/redpanda-data/redpanda-operator/operator/cmd/crd"
22+ "github.com/redpanda-data/redpanda-operator/operator/cmd/multicluster"
2223 "github.com/redpanda-data/redpanda-operator/operator/cmd/ready"
2324 "github.com/redpanda-data/redpanda-operator/operator/cmd/run"
2425 "github.com/redpanda-data/redpanda-operator/operator/cmd/sidecar"
@@ -47,6 +48,7 @@ func init() {
4748 bootstrap .Command (),
4849 configurator .Command (),
4950 crd .Command (),
51+ multicluster .Command (),
5052 ready .Command (),
5153 run .Command (),
5254 sidecar .Command (),
You can’t perform that action at this time.
0 commit comments