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

Settings for revision-level scaling settings.

Attributes

  • maxInstanceCount (type: integer(), default: nil) - Maximum number of serving instances that this resource should have.
  • minInstanceCount (type: integer(), default: nil) - Minimum number of serving instances that this resource should have.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.