Show / Hide Table of Contents

Class Config

Service-wide configuration.

Inheritance
object
Config
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX