public sealed class RevisionTemplate : IMessage<RevisionTemplate>, IEquatable<RevisionTemplate>, IDeepCloneable<RevisionTemplate>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class RevisionTemplate.
RevisionTemplate describes the data a revision should have when created from a template.
Implements
IMessageRevisionTemplate, IEquatableRevisionTemplate, IDeepCloneableRevisionTemplate, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
RevisionTemplate()
public RevisionTemplate()
RevisionTemplate(RevisionTemplate)
public RevisionTemplate(RevisionTemplate other)
Parameter | |
---|---|
Name | Description |
other | RevisionTemplate |
Properties
Annotations
public MapField<string, string> Annotations { get; }
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
<p>Cloud Run API v2 does not support annotations with run.googleapis.com
,
cloud.googleapis.com
, serving.knative.dev
, or autoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now
have a corresponding field in v2 RevisionTemplate.
<p>This field follows Kubernetes annotations' namespacing, limits, and rules.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Containers
public RepeatedField<Container> Containers { get; }
Holds the single container that defines the unit of execution for this Revision.
Property Value | |
---|---|
Type | Description |
RepeatedFieldContainer |
EncryptionKey
public string EncryptionKey { get; set; }
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
Property Value | |
---|---|
Type | Description |
string |
EncryptionKeyAsCryptoKeyName
public CryptoKeyName EncryptionKeyAsCryptoKeyName { get; set; }
CryptoKeyName-typed view over the EncryptionKey resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyName |
ExecutionEnvironment
public ExecutionEnvironment ExecutionEnvironment { get; set; }
The sandbox environment to host this Revision.
Property Value | |
---|---|
Type | Description |
ExecutionEnvironment |
Labels
public MapField<string, string> Labels { get; }
Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
<p>Cloud Run API v2 does not support labels with run.googleapis.com
,
cloud.googleapis.com
, serving.knative.dev
, or autoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a
corresponding field in v2 RevisionTemplate.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
MaxInstanceRequestConcurrency
public int MaxInstanceRequestConcurrency { get; set; }
Sets the maximum number of requests that each serving instance can receive.
Property Value | |
---|---|
Type | Description |
int |
Revision
public string Revision { get; set; }
The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.
Property Value | |
---|---|
Type | Description |
string |
RevisionAsRevisionName
public RevisionName RevisionAsRevisionName { get; set; }
RevisionName-typed view over the Revision resource name property.
Property Value | |
---|---|
Type | Description |
RevisionName |
Scaling
public RevisionScaling Scaling { get; set; }
Scaling settings for this Revision.
Property Value | |
---|---|
Type | Description |
RevisionScaling |
ServiceAccount
public string ServiceAccount { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
SessionAffinity
public bool SessionAffinity { get; set; }
Enable session affinity.
Property Value | |
---|---|
Type | Description |
bool |
Timeout
public Duration Timeout { get; set; }
Max allowed time for an instance to respond to a request.
Property Value | |
---|---|
Type | Description |
Duration |
Volumes
public RepeatedField<Volume> Volumes { get; }
A list of Volumes to make available to containers.
Property Value | |
---|---|
Type | Description |
RepeatedFieldVolume |
VpcAccess
public VpcAccess VpcAccess { get; set; }
VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
Property Value | |
---|---|
Type | Description |
VpcAccess |