Interface protos.google.cloud.run.v2.IExecutionTemplate (1.0.2)

Properties of an ExecutionTemplate.

Package

@google-cloud/run

Properties

annotations

annotations?: ({ [k: string]: string }|null);

ExecutionTemplate annotations

labels

labels?: ({ [k: string]: string }|null);

ExecutionTemplate labels

parallelism

parallelism?: (number|null);

ExecutionTemplate parallelism

taskCount

taskCount?: (number|null);

ExecutionTemplate taskCount

template

template?: (google.cloud.run.v2.ITaskTemplate|null);

ExecutionTemplate template