Class ServiceTemplateSpec
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.CloudRun.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceTemplateSpec
Fields
View SourceContainerConcurrency
ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container of the Revision. Values are:
0thread-safe, the system should manage the max concurrency. This is the default value.1not-thread-safe. Single concurrency2-Nthread-safe, max concurrency of N
Declaration
public readonly int? ContainerConcurrency
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Containers
Container defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of the fields of this Container, including: name, ports, and volumeMounts. The runtime contract is documented here: https://github.com/knative/serving/blob/master/docs/runtime-contract.md Structure is documented below.
Declaration
public readonly ImmutableArray<ServiceTemplateSpecContainer> Containers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ServiceTemplateSpecContainer> |
ServiceAccountName
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.
Declaration
public readonly string ServiceAccountName
Field Value
| Type | Description |
|---|---|
| System.String |
ServingState
ServingState holds a value describing the state the resources are in for this Revision. It is expected that the system will manipulate this based on routability and load.
Declaration
public readonly string ServingState
Field Value
| Type | Description |
|---|---|
| System.String |