Class ToolVersions
Details of ToolVersions for the release.
Implements
Inherited Members
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 |