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
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |