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

Settings for revision-level scaling settings.

Attributes

  • maxInstanceCount (type: integer(), default: nil) - Optional. Maximum number of serving instances that this resource should have. When unspecified, the field is set to the server default value of 100. For more information see https://cloud.google.com/run/docs/configuring/max-instances
  • minInstanceCount (type: integer(), default: nil) - Optional. 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.