Show / Hide Table of Contents

Class SkaffoldSupportedCondition

SkaffoldSupportedCondition contains information about when support for the release's version of Skaffold ends.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaintenanceModeTime

object representation of MaintenanceModeTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MaintenanceModeTimeDateTimeOffset instead.")]
public virtual object MaintenanceModeTime { get; set; }
Property Value
Type Description
object

MaintenanceModeTimeDateTimeOffset

DateTimeOffset representation of MaintenanceModeTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? MaintenanceModeTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

MaintenanceModeTimeRaw

The time at which this release's version of Skaffold will enter maintenance mode.

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

SkaffoldSupportState

The Skaffold support state for this release's version of Skaffold.

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

Status

True if the version of Skaffold used by this release is supported.

Declaration
[JsonProperty("status")]
public virtual bool? Status { get; set; }
Property Value
Type Description
bool?

SupportExpirationTime

object representation of SupportExpirationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SupportExpirationTimeDateTimeOffset instead.")]
public virtual object SupportExpirationTime { get; set; }
Property Value
Type Description
object

SupportExpirationTimeDateTimeOffset

DateTimeOffset representation of SupportExpirationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SupportExpirationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SupportExpirationTimeRaw

The time at which this release's version of Skaffold will no longer be supported.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX