-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the process to build api-docs, generate CRD manifests and code (…
…#2046) * Update .gitignore Signed-off-by: Yi Chen <[email protected]> * Update .dockerignore Signed-off-by: Yi Chen <[email protected]> * Update Makefile Signed-off-by: Yi Chen <[email protected]> * Update the process to generate api docs Signed-off-by: Yi Chen <[email protected]> * Update the workflow to generate api docs Signed-off-by: Yi Chen <[email protected]> * Use controller-gen to generate CRD and deep copy related methods Signed-off-by: Yi Chen <[email protected]> * Update helm chart CRDs Signed-off-by: Yi Chen <[email protected]> * Update workflow for building spark operator Signed-off-by: Yi Chen <[email protected]> * Update README.md Signed-off-by: Yi Chen <[email protected]> --------- Signed-off-by: Yi Chen <[email protected]>
- Loading branch information
Showing
29 changed files
with
45,869 additions
and
17,314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
vendor | ||
.github/ | ||
.idea/ | ||
.vscode/ | ||
bin/ | ||
charts/ | ||
docs/ | ||
config/ | ||
examples/ | ||
hack/ | ||
manifest/ | ||
spark-docker/ | ||
sparkctl/ | ||
test/ | ||
vendor/ | ||
.dockerignore | ||
.DS_Store | ||
.gitignore | ||
.gitlab-ci.yaml | ||
.golangci.yaml | ||
.pre-commit-config.yaml | ||
ADOPTERS.md | ||
CODE_OF_CONDUCT.md | ||
codecov.ymal | ||
CONTRIBUTING.md | ||
cover.out | ||
Dockerfile | ||
LICENSE | ||
OWNERS | ||
PROJECT | ||
README.md | ||
test.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
.vscode/ | ||
bin/ | ||
vendor/ | ||
spark-operator | ||
.idea/ | ||
**/*.iml | ||
cover.out | ||
sparkctl/sparkctl | ||
spark-on-k8s-operator | ||
sparkctl/sparkctl-linux-amd64 | ||
sparkctl/sparkctl-darwin-amd64 | ||
**/*.iml | ||
|
||
# Various IDEs | ||
.idea/ | ||
.vscode/ |
Oops, something went wrong.