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 <[email protected]>
  • Loading branch information
lowang-bh committed Feb 1, 2024
1 parent a0742c8 commit db1c1b6
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 @@ -98,9 +98,6 @@ images:
docker buildx build -t "${IMAGE_PREFIX}/vc-$$name:$(TAG)" . -f ./installer/dockerfile/$$name/Dockerfile --output=type=${BUILDX_OUTPUT_TYPE} --platform ${DOCKER_PLATFORMS} --build-arg APK_MIRROR=${APK_MIRROR}; \
done

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

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

verify:
hack/verify-gofmt.sh
hack/verify-gencode.sh
# this verify is deprecated and use make lint-licenses instead.
#hack/verify-vendor-licenses.sh

Expand Down

0 comments on commit db1c1b6

Please sign in to comment.