Google APIs
|
a9fb0d2fa8
|
feat: Adds support for Startup CPU Boost (GA)
feat: Adds support for Session affinity in Service (GA)
feat: New 'port' field for HttpGetAction probe type
feat: New fields/enum values
docs: General documentation fixes.
Startup CPU Boost
* The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/Container#resourcerequirements.
* For more information, see https://cloud.google.com/run/docs/configuring/cpu#startup-boost
Session Affinity
* The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#revisiontemplate.
* For more informaton, see https://cloud.google.com/run/docs/configuring/session-affinity
HttpGetAction probe port
* The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/Container#httpgetaction
Fields/enum values
* New output-only field satisfiesPzs in Service, Revision, Execution, and Job, currently unused. The field is reserved for future use. It is surfaced to maintain v1<->v2 portability.
* New ExecutionReason.CANCELLING enum value. This is used in output-only field.
Documentation fixes
* Clarified permissions required for Upsert behavior (UpdateServiceRequest.allowMissing)
* Clarified behavior for LaunchStage in all resource types.
* Misc documentation improvements; removed most external references.
PiperOrigin-RevId: 528248744
|
2023-04-30 00:56:15 -07:00 |
|