-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New fields: enable_private_environment, enable_private_builds_only (#…
…9689) (#17034) * add enable_private_environment and enable_private_builds_only configs * add tests * correction in config name * remove unnecessary checks * case that PrivateEnvironmentConfig is nil * add edge case tests for composer 3 * make new fields beta only * add docs * correct merge mistake * avoid false negative for enablePrivateEnvironment * check image version to avoid overriding EnablePrivateEnvironment * minor fixes * simplify code [upstream:8df5516b9f3d17877b0cd046563352c0ded6c2a1] Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
8940912
commit 9c3a022
Showing
3 changed files
with
17 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
composer: added fields `enable_private_environment` and `enable_private_builds_only` to `google_composer_environment` | ||
``` |
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