Skip to content

Commit

Permalink
run ./hack/update-codegen.sh in generate Make target (ray-project#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsykim authored Jan 18, 2024
1 parent b5b4232 commit 33f29f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ray-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ help: ## Display this help.
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=kuberay-operator webhook paths="./..." output:crd:artifacts:config=config/crd/bases

generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, DeepCopyObject methods and generated client for ApplyConfiguration.
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."
./hack/update-codegen.sh

helm: manifests ## Sync the CRDs into the Helm chart
rm -r ../helm-chart/kuberay-operator/crds/
Expand Down

0 comments on commit 33f29f6

Please sign in to comment.