ExecutionConfig class

Configuration of the environment to use when calling Skaffold.

Constructors

ExecutionConfig({String? artifactStorage, DefaultPool? defaultPool, String? executionTimeout, PrivatePool? privatePool, String? serviceAccount, List<String>? usages, String? workerPool})
ExecutionConfig.fromJson(Map json_)

Properties

artifactStorage String?
Cloud Storage location in which to store execution outputs.
getter/setter pair
defaultPool DefaultPool?
Use default Cloud Build pool.
getter/setter pair
executionTimeout String?
Execution timeout for a Cloud Build Execution.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
privatePool PrivatePool?
Use private Cloud Build pool.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
Google service account to use for execution.
getter/setter pair
usages List<String>?
Usages when this configuration should be applied.
getter/setter pair
workerPool String?
The resource name of the WorkerPool, with the format projects/{project}/locations/{location}/workerPools/{worker_pool}.
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