Google Cloud Deploy v1 API - Class SkaffoldModules.Types.SkaffoldGitSource (2.16.0)

 public sealed class SkaffoldModules.Types.SkaffoldGitSource : IMessage<SkaffoldModules.Types.SkaffoldGitSource>, IEquatable<SkaffoldModules.Types.SkaffoldGitSource>, IDeepCloneable<SkaffoldModules.Types.SkaffoldGitSource>, IBufferMessage, IMessage 

Reference documentation and code samples for the Google Cloud Deploy v1 API class SkaffoldModules.Types.SkaffoldGitSource.

Git repository containing Skaffold Config modules.

Inheritance

object > SkaffoldModules.Types.SkaffoldGitSource

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

SkaffoldGitSource()

 public SkaffoldGitSource() 

SkaffoldGitSource(SkaffoldGitSource)

 public SkaffoldGitSource(SkaffoldModules.Types.SkaffoldGitSource other) 
Parameter
Name
Description

Properties

Path

 public string Path { get; set; } 

Optional. Relative path from the repository root to the Skaffold file.

Property Value
Type
Description

Ref

 public string Ref { get; set; } 

Optional. Git branch or tag to use when cloning the repository.

Property Value
Type
Description

Repo

 public string Repo { get; set; } 

Required. Git repository the package should be cloned from.

Property Value
Type
Description