ConfigurationSpec holds the desired state of the Configuration (from the client).
-
template
(type:GoogleApi.Run.V1.Model.RevisionTemplate.t
, default:nil
) - 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. 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. To set a Serverless VPC Access connector for the revision, use the "run.googleapis.com/vpc-access-connector" annotation key. Values should be comma separated.
Specs
t() :: %GoogleApi.Run.V1.Model.ConfigurationSpec{ template: GoogleApi.Run.V1.Model.RevisionTemplate.t() }