Module: Google::Cloud::Run::V2::ServiceScaling::ScalingMode
- Defined in:
- proto_docs/google/cloud/run/v2/vendor_settings.rb
Overview
The scaling mode for the service. If not provided, it defaults to AUTOMATIC.
Constant Summary collapse
- SCALING_MODE_UNSPECIFIED =
Unspecified.
0
- AUTOMATIC =
Scale based on traffic between min and max instances.
1
- MANUAL =
Scale to exactly min instances and ignore max instances.
2