Show / Hide Table of Contents

Class SkaffoldModules

Skaffold Config modules and their remote source.

Inheritance
object
SkaffoldModules
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Optional. Remote git repository containing the Skaffold Config modules.

Declaration
[JsonProperty("git")]
public virtual SkaffoldGitSource Git { get; set; }
Property Value
Type Description
SkaffoldGitSource

GoogleCloudBuildRepo

Optional. Cloud Build V2 repository containing the Skaffold Config modules.

Declaration
[JsonProperty("googleCloudBuildRepo")]
public virtual SkaffoldGCBRepoSource GoogleCloudBuildRepo { get; set; }
Property Value
Type Description
SkaffoldGCBRepoSource

GoogleCloudStorage

Optional. Cloud Storage bucket containing the Skaffold Config modules.

Declaration
[JsonProperty("googleCloudStorage")]
public virtual SkaffoldGCSSource GoogleCloudStorage { get; set; }
Property Value
Type Description
SkaffoldGCSSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX