Class SkaffoldModules
Skaffold Config modules and their remote source.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class SkaffoldModules : IDirectResponseSchema
Properties
Configs
Optional. The Skaffold Config modules to use from the specified source.
Declaration
[JsonProperty("configs")]
public virtual IList<string> Configs { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Git
Remote git repository containing the Skaffold Config modules.
Declaration
[JsonProperty("git")]
public virtual SkaffoldGitSource Git { get; set; }
Property Value
Type | Description |
---|---|
SkaffoldGitSource |
GoogleCloudBuildRepo
Cloud Build V2 repository containing the Skaffold Config modules.
Declaration
[JsonProperty("googleCloudBuildRepo")]
public virtual SkaffoldGCBRepoSource GoogleCloudBuildRepo { get; set; }
Property Value
Type | Description |
---|---|
SkaffoldGCBRepoSource |
GoogleCloudStorage
Cloud Storage bucket containing the Skaffold Config modules.
Declaration
[JsonProperty("googleCloudStorage")]
public virtual SkaffoldGCSSource GoogleCloudStorage { get; set; }
Property Value
Type | Description |
---|---|
SkaffoldGCSSource |