Skip to content

Commit

Permalink
feat: [run]support manual instance count in Cloud Run for manual scal…
Browse files Browse the repository at this point in the history
…ing feature (#5821)

* feat:support manual instance count in Cloud Run for manual scaling feature

PiperOrigin-RevId: 697723876

Source-Link: googleapis/googleapis@c6eb517

Source-Link: googleapis/googleapis-gen@7dd2077
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJ1bi8uT3dsQm90LnlhbWwiLCJoIjoiN2RkMjA3N2I1YmNhYjlkOGQ3MmQxYzBlMzhjNTI0MTQzNWVjNjE2ZCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 21, 2024
1 parent b80a7b7 commit a1ab492
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ message ServiceScaling {

// Optional. The scaling mode for the service.
ScalingMode scaling_mode = 3 [(google.api.field_behavior) = OPTIONAL];

// Optional. total instance count for the service in manual scaling mode. This
// number of instances is divided among all revisions with specified traffic
// based on the percent of traffic they are receiving.
optional int32 manual_instance_count = 6
[(google.api.field_behavior) = OPTIONAL];
}

// Hardware constraints configuration.
Expand Down
9 changes: 9 additions & 0 deletions packages/google-cloud-run/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions packages/google-cloud-run/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/google-cloud-run/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1ab492

Please sign in to comment.