View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ServiceScaling (google_api_run v0.30.0)

Scaling settings applied at the service level rather than at the revision level.

Attributes

  • minInstanceCount (type: integer(), default: nil) - total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving. (BETA)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ServiceScaling{
  minInstanceCount: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.