public sealed class Config : IMessage<Config>, IEquatable<Config>, IDeepCloneable<Config>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class Config.
Service-wide configuration.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Config()
public Config()Config(Config)
public Config(Config other)| Parameter | |
|---|---|
| Name | Description |
other |
Config |
Properties
ConfigName
public ConfigName ConfigName { get; set; }ConfigName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ConfigName |
|
DefaultSkaffoldVersion
public string DefaultSkaffoldVersion { get; set; }Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Name of the configuration.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SupportedVersions
public RepeatedField<SkaffoldVersion> SupportedVersions { get; }All supported versions of Skaffold.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSkaffoldVersion |
|