-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protocol modification results in forwarding rule being delete before backend service update. Forwarding rule reuses the IP from service status, to avoid IP address change due to proto change. Other changes: Also use GA API for forwarding rule creation always since Global Access is GA. Remove feature gate logic for Custom Subnet. Simplified Forwarding Rule Equality Logic. If the IP address in old and new FR do not match, it is considered to be a change. Special case for empty IP removed.
- Loading branch information
Showing
3 changed files
with
51 additions
and
62 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