-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: validation enforcing vnet guid is set for overlay cni clusters (#…
…675) * feat: validation enforcing vnet guid is set for overlay cni clusters * fix: deps * test: adding test for the azurecni with overlay guid validation * test: adding validation to validate shape looks like a guid, leveraged google uuid lib based on this benchmark test https://gist.github.com/mattes/69a4ab7027b9e8ee952b5843e7ca6955 * ci: golangci-lint run * deps: moving google uuid from an indirect dependency to a direct one * refactor: updating options to use a proper guid * test: network-plugin-mode falls back to overlay when unset which triggers vnet guid validation, this modifies that test to pass in an empty string * ci: golangci-lint run * test: testing happy path of properly configured vnet guid * fix: validate all vnet guids that are passed in even if we don't use the value * test: resolve merge conflic --------- Co-authored-by: Alex Leites <18728999+tallaxes@users.noreply.github.com>
- Loading branch information
1 parent
11f23ea
commit e9b1ae6
Showing
6 changed files
with
71 additions
and
43 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
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
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