Class ExecutionConfig (1.1.0)

public sealed class ExecutionConfig : IMessage<ExecutionConfig>, IEquatable<ExecutionConfig>, IDeepCloneable<ExecutionConfig>, IBufferMessage, IMessage

Configuration of the environment to use when calling Skaffold.

Inheritance

Object > ExecutionConfig

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ExecutionConfig()

public ExecutionConfig()

ExecutionConfig(ExecutionConfig)

public ExecutionConfig(ExecutionConfig other)
Parameter
NameDescription
otherExecutionConfig

Properties

ArtifactStorage

public string ArtifactStorage { get; set; }

Optional. Cloud Storage location in which to store execution outputs. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.

Property Value
TypeDescription
String

DefaultPool

public DefaultPool DefaultPool { get; set; }

Optional. Use default Cloud Build pool.

Property Value
TypeDescription
DefaultPool

ExecutionEnvironmentCase

public ExecutionConfig.ExecutionEnvironmentOneofCase ExecutionEnvironmentCase { get; }
Property Value
TypeDescription
ExecutionConfig.ExecutionEnvironmentOneofCase

PrivatePool

public PrivatePool PrivatePool { get; set; }

Optional. Use private Cloud Build pool.

Property Value
TypeDescription
PrivatePool

ServiceAccount

public string ServiceAccount { get; set; }

Optional. Google service account to use for execution. If unspecified, the project execution service account (&lt;PROJECT_NUMBER>-compute@developer.gserviceaccount.com) is used.

Property Value
TypeDescription
String

Usages

public RepeatedField<ExecutionConfig.Types.ExecutionEnvironmentUsage> Usages { get; }

Required. Usages when this configuration should be applied.

Property Value
TypeDescription
RepeatedField<ExecutionConfig.Types.ExecutionEnvironmentUsage>

WorkerPool

public string WorkerPool { get; set; }

Optional. The resource name of the WorkerPool, with the format projects/{project}/locations/{location}/workerPools/{worker_pool}. If this optional field is unspecified, the default Cloud Build pool will be used.

Property Value
TypeDescription
String

WorkerPoolAsWorkerPoolName

public WorkerPoolName WorkerPoolAsWorkerPoolName { get; set; }

WorkerPoolName-typed view over the WorkerPool resource name property.

Property Value
TypeDescription
WorkerPoolName