Class ReleaseCondition
ReleaseCondition contains all conditions relevant to a Release.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class ReleaseCondition : IDirectResponseSchema
Properties
DockerVersionSupportedCondition
Output only. Details around the support state of the release's Docker version.
Declaration
[JsonProperty("dockerVersionSupportedCondition")]
public virtual ToolVersionSupportedCondition DockerVersionSupportedCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolVersionSupportedCondition |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HelmVersionSupportedCondition
Output only. Details around the support state of the release's Helm version.
Declaration
[JsonProperty("helmVersionSupportedCondition")]
public virtual ToolVersionSupportedCondition HelmVersionSupportedCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolVersionSupportedCondition |
KptVersionSupportedCondition
Output only. Details around the support state of the release's kpt version.
Declaration
[JsonProperty("kptVersionSupportedCondition")]
public virtual ToolVersionSupportedCondition KptVersionSupportedCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolVersionSupportedCondition |
KubectlVersionSupportedCondition
Output only. Details around the support state of the release's Kubectl version.
Declaration
[JsonProperty("kubectlVersionSupportedCondition")]
public virtual ToolVersionSupportedCondition KubectlVersionSupportedCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolVersionSupportedCondition |
KustomizeVersionSupportedCondition
Output only. Details around the support state of the release's Kustomize version.
Declaration
[JsonProperty("kustomizeVersionSupportedCondition")]
public virtual ToolVersionSupportedCondition KustomizeVersionSupportedCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolVersionSupportedCondition |
ReleaseReadyCondition
Details around the Releases's overall status.
Declaration
[JsonProperty("releaseReadyCondition")]
public virtual ReleaseReadyCondition ReleaseReadyCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| ReleaseReadyCondition |
SkaffoldSupportedCondition
Details around the support state of the release's Skaffold version.
Declaration
[JsonProperty("skaffoldSupportedCondition")]
public virtual SkaffoldSupportedCondition SkaffoldSupportedCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| SkaffoldSupportedCondition |
SkaffoldVersionSupportedCondition
Output only. Details around the support state of the release's Skaffold version.
Declaration
[JsonProperty("skaffoldVersionSupportedCondition")]
public virtual ToolVersionSupportedCondition SkaffoldVersionSupportedCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolVersionSupportedCondition |