public sealed class SkaffoldModules.Types.SkaffoldGitSource : IMessage<SkaffoldModules.Types.SkaffoldGitSource>, IEquatable<SkaffoldModules.Types.SkaffoldGitSource>, IDeepCloneable<SkaffoldModules.Types.SkaffoldGitSource>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class SkaffoldModules.Types.SkaffoldGitSource.
Git repository containing Skaffold Config modules.
Implements
IMessageSkaffoldModulesTypesSkaffoldGitSource, IEquatableSkaffoldModulesTypesSkaffoldGitSource, IDeepCloneableSkaffoldModulesTypesSkaffoldGitSource, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
SkaffoldGitSource()
public SkaffoldGitSource()SkaffoldGitSource(SkaffoldGitSource)
public SkaffoldGitSource(SkaffoldModules.Types.SkaffoldGitSource other)| Parameter | |
|---|---|
| Name | Description |
other |
SkaffoldModulesTypesSkaffoldGitSource |
Properties
Path
public string Path { get; set; }Optional. Relative path from the repository root to the Skaffold file.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Ref
public string Ref { get; set; }Optional. Git branch or tag to use when cloning the repository.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Repo
public string Repo { get; set; }Required. Git repository the package should be cloned from.
| Property Value | |
|---|---|
| Type | Description |
string |
|