Class SkaffoldGCBRepoSource
Cloud Build V2 Repository containing Skaffold Configs.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class SkaffoldGCBRepoSource : 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 Config file.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Ref__
Optional. Branch or tag to use when cloning the repository.
Declaration
[JsonProperty("ref")]
public virtual string Ref__ { get; set; }
Property Value
Type | Description |
---|---|
string |
Repository
Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
Declaration
[JsonProperty("repository")]
public virtual string Repository { get; set; }
Property Value
Type | Description |
---|---|
string |