google_api_run v0.6.0 GoogleApi.Run.V1.Model.RevisionSpec View Source
RevisionSpec holds the desired state of the Revision (from the client).
Attributes
containerConcurrency
(type:integer()
, default:nil
) - (Optional)ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision.
Cloud Run fully managed: supported, defaults to 80
Cloud Run for Anthos: supported, defaults to 0, which means concurrency to the application is not limited, and the system decides the target concurrency for the autoscaler.
containers
(type:list(GoogleApi.Run.V1.Model.Container.t)
, default:nil
) - Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/serving/blob/master/docs/runtime-contract.mdserviceAccountName
(type:String.t
, default:nil
) - Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.timeoutSeconds
(type:integer()
, default:nil
) - TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Not currently used by Cloud Run.volumes
(type:list(GoogleApi.Run.V1.Model.Volume.t)
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Run.V1.Model.RevisionSpec{ containerConcurrency: integer(), containers: [GoogleApi.Run.V1.Model.Container.t()], serviceAccountName: String.t(), timeoutSeconds: integer(), volumes: [GoogleApi.Run.V1.Model.Volume.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.