forked from kubernetes-sigs/cluster-api-provider-openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pr v1alpha2 further refactorings (kubernetes-sigs#455)
* further refactorings for v1alpha2 * test fix & define targets for prow * regen & fix typo in log message * fix tests * fix gen examples * minor renaming, * nil pointer fix * implement machinedeployment * fix tests * review fixes
- Loading branch information
1 parent
b5fe8bc
commit 7e4e4a8
Showing
64 changed files
with
1,615 additions
and
685 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.git | ||
.github | ||
.vscode | ||
bin/ | ||
config/ | ||
hack/ | ||
docs/ | ||
examples/ | ||
**/.md |
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 |
---|---|---|
|
@@ -96,6 +96,7 @@ network_closure.sh | |
|
||
# User cluster configs | ||
.kubeconfig | ||
kubeconfig | ||
|
||
.tags* | ||
|
||
|
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,21 @@ | ||
linters: | ||
enable: | ||
- golint | ||
- govet | ||
- gofmt | ||
- structcheck | ||
- varcheck | ||
- interfacer | ||
- unconvert | ||
- ineffassign | ||
- goconst | ||
- misspell | ||
- nakedret | ||
- prealloc | ||
- deadcode | ||
disable-all: true | ||
# Run with --fast=false for more extensive checks | ||
fast: true | ||
issue: | ||
max-same-issues: 0 | ||
max-per-linter: 0 |
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
Oops, something went wrong.