Show / Hide Table of Contents

Class ConfigurationSpec

ConfigurationSpec holds the desired state of the Configuration (from the client).

Inheritance
System.Object
ConfigurationSpec
Implements
IDirectResponseSchema
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ConfigurationSpec : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Template

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. To set minimum instances for this revision, use the "autoscaling.knative.dev/minScale" annotation key. (Cloud Run for Anthos only). To set maximum instances for this revision, use the "autoscaling.knative.dev/maxScale" annotation key. To set Cloud SQL connections for the revision, use the "run.googleapis.com/cloudsql-instances" annotation key. Values should be comma separated.

Declaration
public virtual RevisionTemplate Template { get; set; }
Property Value
Type Description
RevisionTemplate

Implements

IDirectResponseSchema
Back to top