Update Makefile

This commit is contained in:
antoniaklja 2019-01-10 17:11:01 +01:00
parent e313cc2991
commit 442199f0e7
1 changed files with 4 additions and 4 deletions

View File

@ -323,10 +323,10 @@ minikube-run: start-minikube ## Run the operator locally and use minikube as Kub
HAS_OPERATOR_SDK := $(shell which operator-sdk)
deepcopy-gen: ## Generate deepcopy golang code
@echo "+ $@"
ifndef HAS_OPERATOR_SDK
$(warning You must install operator-sdk)
endif
operator-sdk generate k8s
ifndef HAS_OPERATOR_SDK
$(warning You must install operator-sdk)
endif
operator-sdk generate k8s
.PHONY: start-minikube
start-minikube: ## Start minikube