We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d4447 commit f2f5e63Copy full SHA for f2f5e63
scripts/make-rules/tools.mk
@@ -213,6 +213,7 @@ _install.kubebuilder : ## Install kubebuilder tool which is used to building Kub
213
@curl -sL -o kubebuilder https://go.kubebuilder.io/dl/latest/$(shell $(GO) env GOOS)/$(shell $(GO) env GOARCH)
214
@mkdir -p ${HOME}/bin
215
@chmod +x kubebuilder && mv kubebuilder ${HOME}/bin
216
+ @$(SCRIPTS_DIR)/add-completion.sh kubebuilder bash
217
218
# gomodifytags -all -add-tags json -w -transform camelcase --skip-unexported -file *.go
219
.PHONY: _install.gomodifytags
0 commit comments