Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…bican-operator into barbican_kuttl_tests
  • Loading branch information
Mauricio Harley committed Nov 20, 2023
2 parents 434989f + 0b11bbe commit 7d6aab8
Show file tree
Hide file tree
Showing 5 changed files with 1,768 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ help: ## Display this help.

.PHONY: manifests
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases && \
rm -f api/bases/* && cp -a config/crd/bases api/

.PHONY: generate
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
Expand Down
Loading

0 comments on commit 7d6aab8

Please sign in to comment.