Show / Hide Table of Contents

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.

Inheritance
object
StepTemplate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX