Class StepTemplate
StepTemplate can be used as the basis for all step containers within the Task, so that the steps inherit settings on the base container.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class StepTemplate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Env
Optional. List of environment variables to set in the Step. Cannot be updated.
Declaration
[JsonProperty("env")]
public virtual IList<EnvVar> Env { get; set; }
Property Value
Type | Description |
---|---|
IList<EnvVar> |
VolumeMounts
Optional. Pod volumes to mount into the container's filesystem.
Declaration
[JsonProperty("volumeMounts")]
public virtual IList<VolumeMount> VolumeMounts { get; set; }
Property Value
Type | Description |
---|---|
IList<VolumeMount> |