Class SkaffoldGitSource
Git repository containing Skaffold Config modules.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class SkaffoldGitSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
Optional. Relative path from the repository root to the Skaffold file.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Ref__
Optional. Git branch or tag to use when cloning the repository.
Declaration
[JsonProperty("ref")]
public virtual string Ref__ { get; set; }
Property Value
Type | Description |
---|---|
string |
Repo
Required. Git repository the package should be cloned from.
Declaration
[JsonProperty("repo")]
public virtual string Repo { get; set; }
Property Value
Type | Description |
---|---|
string |