-
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.
Add support for Empty Dir Volumes and the Container Dependencies to C…
…loud Run v2 (#7897) (#14542) * Add support for the depends_on field in the Cloud Run v2 API. * Add emptyDir volume type for the Cloud Run v2 API * Add Cloud Run v2 Service multi-container example * Add Cloud Run v2 Job empty dir volume example * Add default value for empty dir medium in Cloud Run volumes * Mark empty_dir and depends_on as beta fields Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
7cbc601
commit 19c7714
Showing
4 changed files
with
137 additions
and
2 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,9 @@ | ||
```release-note:enhancement | ||
cloudrunv2: Added the beta field `template.containers.depends_on` to `google_cloud_run_v2_service`. | ||
``` | ||
```release-note:enhancement | ||
cloudrunv2: Added the beta field `template.volumes.empty_dir` to `google_cloud_run_v2_service`. | ||
``` | ||
```release-note:enhancement | ||
cloudrunv2: Added the beta field `template.template.volumes.empty_dir` to `google_cloud_run_v2_job`. | ||
``` |
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