Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cmd/operator/app/clickhouse_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func init() {
flag.BoolVar(&versionRequest, "version", false, "Display clickhouse-operator version and exit")
flag.BoolVar(&debugRequest, "debug", false, "Debug run")
flag.StringVar(&chopConfigFile, "config", "", "Path to clickhouse-operator config file.")
flag.StringVar(&kubeConfigFile, "kubeconfig", "", "Path to custom kubernetes config file. Makes sense if runs outside of the cluster only.")
flag.StringVar(&masterURL, "master", "", "The address of custom Kubernetes API server. Makes sense if runs outside of the cluster and not being specified in kube config file only.")
flag.StringVar(&metricsEP, "metrics-endpoint", defaultMetricsEndpoint, "The Prometheus exporter endpoint.")
flag.Parse()
Expand Down
5 changes: 3 additions & 2 deletions dev/run_code_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ else
fi

bash "${CODE_GENERATOR_DIR}/generate-groups.sh" \
all \
client,deepcopy,informer,lister \
github.com/altinity/clickhouse-operator/pkg/client \
github.com/altinity/clickhouse-operator/pkg/apis \
"clickhouse.altinity.com:v1" \
-o "${SRC_ROOT}/generator"
-o "${SRC_ROOT}/generator" \
--go-header-file ${SRC_ROOT}/hack/boilerplate.go.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading