Skip to content

Commit

Permalink
no apis in scheduler code, no need to gen-code
Browse files Browse the repository at this point in the history
Signed-off-by: lowang-bh <lhui_wang@163.com>
  • Loading branch information
lowang-bh committed Jul 13, 2023
1 parent 5302995 commit 3f14852
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ kubernetes.tar.gz

# test coverage file
coverage.txt
/apis/

# go vendor directory
vendor
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ images:
docker buildx build -t "${IMAGE_PREFIX}/vc-$$name:$(TAG)" . -f ./installer/dockerfile/$$name/Dockerfile --output=type=${BUILDX_OUTPUT_TYPE} --platform ${DOCKER_PLATFORMS}; \
done

generate-code:
./hack/update-gencode.sh

# Generate manifests e.g. CRD, RBAC etc.
manifests: controller-gen
go mod vendor
Expand Down Expand Up @@ -160,7 +157,6 @@ clean:

verify:
hack/verify-gofmt.sh
hack/verify-gencode.sh
hack/verify-vendor-licenses.sh

lint: ## Lint the files
Expand Down

0 comments on commit 3f14852

Please sign in to comment.