Show / Hide Table of Contents

Class ToolVersions

Details of ToolVersions for the release.

Inheritance
object
ToolVersions
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 ToolVersions : IDirectResponseSchema

Properties

Docker

Optional. The Docker version to use for Cloud Deploy operations.

Declaration
[JsonProperty("docker")]
public virtual string Docker { 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

Helm

Optional. The Helm version to use for Cloud Deploy operations.

Declaration
[JsonProperty("helm")]
public virtual string Helm { get; set; }
Property Value
Type Description
string

Kpt

Optional. The kpt version to use for Cloud Deploy operations.

Declaration
[JsonProperty("kpt")]
public virtual string Kpt { get; set; }
Property Value
Type Description
string

Kubectl

Optional. The Kubectl version to use for Cloud Deploy operations.

Declaration
[JsonProperty("kubectl")]
public virtual string Kubectl { get; set; }
Property Value
Type Description
string

Kustomize

Optional. The Kustomize version to use for Cloud Deploy operations.

Declaration
[JsonProperty("kustomize")]
public virtual string Kustomize { get; set; }
Property Value
Type Description
string

Skaffold

Optional. The Skaffold version to use for Cloud Deploy operations.

Declaration
[JsonProperty("skaffold")]
public virtual string Skaffold { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX