public sealed class Config : IMessage<Config>, IEquatable<Config>, IDeepCloneable<Config>, IBufferMessage, IMessageService-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; }Output only. 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; }Output only. All supported versions of Skaffold.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<SkaffoldVersion> |
|