Class Config
Service-wide configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Config : IDirectResponseSchema
Properties
DefaultSkaffoldVersion
Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.
Declaration
[JsonProperty("defaultSkaffoldVersion")]
public virtual string DefaultSkaffoldVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the configuration.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportedVersions
All supported versions of Skaffold.
Declaration
[JsonProperty("supportedVersions")]
public virtual IList<SkaffoldVersion> SupportedVersions { get; set; }
Property Value
Type | Description |
---|---|
IList<SkaffoldVersion> |