Class CustomTargetSkaffoldActions
CustomTargetSkaffoldActions represents the CustomTargetType
configuration using Skaffold custom actions.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class CustomTargetSkaffoldActions : IDirectResponseSchema
Properties
DeployAction
Required. The Skaffold custom action responsible for deploy operations.
Declaration
[JsonProperty("deployAction")]
public virtual string DeployAction { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeSkaffoldModules
Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
Declaration
[JsonProperty("includeSkaffoldModules")]
public virtual IList<SkaffoldModules> IncludeSkaffoldModules { get; set; }
Property Value
Type | Description |
---|---|
IList<SkaffoldModules> |
RenderAction
Optional. The Skaffold custom action responsible for render operations. If not provided then Cloud Deploy
will perform the render operations via skaffold render
.
Declaration
[JsonProperty("renderAction")]
public virtual string RenderAction { get; set; }
Property Value
Type | Description |
---|---|
string |