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, Map<String, String> ? nodeSelector, String? runtimeClassName, 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 list which define the units 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
- 
  nodeSelector
  ↔ Map<String, String> ?
- 
  The Node Selector configuration.
  getter/setter pair
- runtimeClassName ↔ String?
- 
  Runtime.
  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