Google Cloud Deploy v1 API - Class Postdeploy (2.15.0)

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

Reference documentation and code samples for the Google Cloud Deploy v1 API class Postdeploy.

Postdeploy contains the postdeploy job configuration information.

Inheritance

object > Postdeploy

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

Postdeploy()

public Postdeploy()

Postdeploy(Postdeploy)

public Postdeploy(Postdeploy other)
Parameter
NameDescription
otherPostdeploy

Properties

Actions

public RepeatedField<string> Actions { get; }

Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.

Property Value
TypeDescription
RepeatedFieldstring