File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,9 @@ help: ## Display this help.
79
79
# #@ Development
80
80
81
81
generate : controller-gen
82
- $(CONTROLLER_GEN ) crd:maxDescLen=0 rbac:roleName=$(NAME ) webhook paths=" ./..." output:crd:artifacts:config=config/crd/bases # # Generate WebhookConfiguration, Role and CustomResourceDefinition objects.
83
- $(CONTROLLER_GEN ) crd:maxDescLen=0 rbac:roleName=$(NAME ) webhook paths=" ./..." output:rbac:artifacts:config=config/rbac/cluster
82
+ # Generate WebhookConfiguration, Role and CustomResourceDefinition objects.
83
+ $(CONTROLLER_GEN ) crd:maxDescLen=0 rbac:roleName=$(NAME ) webhook paths=" ./..." output:crd:artifacts:config=config/crd/bases
84
+ $(CONTROLLER_GEN ) rbac:roleName=$(NAME ) paths=" ./..." output:rbac:artifacts:config=config/rbac/cluster
84
85
yq eval ' .rules' config/rbac/cluster/clusterrole_additional.yaml >> config/rbac/cluster/role.yaml
85
86
$(CONTROLLER_GEN ) object:headerFile=" LICENSE-HEADER" paths=" ./..." # # Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
86
87
go generate ./...
You can’t perform that action at this time.
0 commit comments