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.
Implements
IMessagePostdeploy, IEquatablePostdeploy, IDeepCloneablePostdeploy, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Postdeploy()
public Postdeploy()
Postdeploy(Postdeploy)
public Postdeploy(Postdeploy other)
Parameter | |
---|---|
Name | Description |
other | Postdeploy |
Properties
Actions
public RepeatedField<string> Actions { get; }
Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |