RevisionSpec class
RevisionSpec holds the desired state of the Revision (from the client).
Constructors
-
RevisionSpec({int? containerConcurrency, List<
Container> ? containers, bool? enableServiceLinks, List<LocalObjectReference> ? imagePullSecrets, String? serviceAccountName, int? timeoutSeconds, List<Volume> ? volumes}) - RevisionSpec.fromJson(Map json_)
Properties
- containerConcurrency ↔ int?
-
ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
requests per container instance of the Revision.
getter/setter pair
-
containers
↔ List<
Container> ? -
Containers holds the single container that defines the unit of execution
for this Revision.
getter/setter pair
- enableServiceLinks ↔ bool?
-
Not supported by Cloud Run.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
imagePullSecrets
↔ List<
LocalObjectReference> ? -
Not supported by Cloud Run.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccountName ↔ String?
-
Email address of the IAM service account associated with the revision of
the service.
getter/setter pair
- timeoutSeconds ↔ int?
-
TimeoutSeconds holds the max duration the instance is allowed for
responding to a request.
getter/setter pair
-
volumes
↔ List<
Volume> ? -
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited