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

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

Attributes

  • minInstanceCount (type: integer(), default: nil) - Optional. 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)
  • scalingMode (type: String.t, default: nil) - Optional. The scaling mode for the service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.