-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for Graceful Updater in Compute Managed Instance Groups. (…
…#5975) * Support new features of IGM.updatePolicy (#4956) * Add new IGM.UpdatePolicy features - minimal_action=REFRESH and most_disruptive_allowed_action * Fix documentation of most_disruptive_allowed_action * Make most_disruptive_allowed_action an Optional field. * Fix RMIG UpdatePolicy flattening. * Fix most_disruptive_allowed_action documentation - new field is Optional. * Fix most_disruptive_allowed_action documentation - and improve testing. * Fix whitespaces in test. Co-authored-by: Grzegorz Sancewicz <[email protected]> * Always send minimal_action and most_disruptive_allowed_action with IGM.UpdatePolicy. * Make minimal_action optional and send null values instead of empty strings * Remove unnecesary appending to ForceSendFields array * Fix documentation for minimal_action - field is no longer required. * Revert making minimal_action optional. Co-authored-by: Kamil Hajduczenia <[email protected]>
- Loading branch information
1 parent
9fbf070
commit 7a58cb7
Showing
6 changed files
with
66 additions
and
30 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