-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: refactor sparkhistoryserver * feat: refactor sync status * fix: go build mod toolchain * feat: refactor rolegruops logicil * feat: dockerfile go version update 1.21 * feat: operator go update status * feat: ignore delete useless files * feat: spark k8s operator LICENSE * refactor: Optimize some api type struct (#15) key features: - Some structs to use operator-go; - Add secret to store s3 secret and access key, can see `https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html#Authenticating_via_the_AWS_Environment_Variables` - some other code struct Co-authored-by: luwei <[email protected]> --------- Co-authored-by: bococ <[email protected]> Co-authored-by: steven <[email protected]> Co-authored-by: luwei <[email protected]>
- Loading branch information
1 parent
17a961d
commit 46d60ec
Showing
22 changed files
with
4,441 additions
and
1,653 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
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 4 | ||
indent_style = space | ||
insert_final_newline = false | ||
max_line_length = 120 | ||
tab_width = 4 | ||
|
||
[*.proto] | ||
indent_size = 2 | ||
tab_width = 2 | ||
|
||
[{*.bash,*.sh,*.zsh}] | ||
indent_size = 2 | ||
tab_width = 2 | ||
|
||
[{*.go,*.go2}] | ||
indent_style = tab | ||
|
||
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}] | ||
indent_size = 2 | ||
|
||
[{*.hcl,*.nomad}] | ||
indent_size = 2 | ||
|
||
[{*.http,*.rest}] | ||
indent_size = 0 | ||
|
||
[{*.pb,*.textproto}] | ||
indent_size = 2 | ||
tab_width = 2 | ||
|
||
[{*.tf,*.tfvars}] | ||
indent_size = 2 | ||
|
||
[{*.yaml,*.yml}] | ||
indent_size = 2 |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.