-
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.
fix lbm hash change due to addition of proxy_url (#432)
* fix lbm hash change due to addition of proxy_url The hash is calculated by hashing the json serialization of a part of the LB spec. As `proxyUrl` was not marked as omitempty, this changed the serialized value even when proxyUrl was not set. * add test to detect lb hash changes * add testcase with additional fields set but same hash
- Loading branch information
1 parent
6c3edb9
commit 990916b
Showing
2 changed files
with
60 additions
and
1 deletion.
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