-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing the nodebalancer config rebuilds to include ids of preexisting…
… nodebalancer nodes (#192) Fixing the nodebalancer config rebuilds to include ids of preexisting nodebalancer nodes to avoid rebuilds. + tests + Bumping k8s deps and updating CCM to reflect new API + Fixing node_controller and service_controller due to changes in k8s api. + upgrading toolchain + Bumping CI's go version + Adding build deps/tools to separate file + Refactored client mocks to generate just one file and dropped the two copies which existed due to _test.go in name, that prevents the code to be imported
- Loading branch information
Showing
16 changed files
with
648 additions
and
1,527 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
19 changes: 17 additions & 2 deletions
19
cloud/linode/client/mock_client_test.go → cloud/linode/client/mocks/mock_client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.