Show / Hide Table of Contents

Class SkaffoldVersion

Details of a supported Skaffold version.

Inheritance
object
SkaffoldVersion
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 SkaffoldVersion : 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 version of Skaffold will enter maintenance mode.

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

SupportEndDate

Date when this version is expected to no longer be supported.

Declaration
[JsonProperty("supportEndDate")]
public virtual Date SupportEndDate { get; set; }
Property Value
Type Description
Date

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 version of Skaffold will no longer be supported.

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

Version

Release version number. For example, "1.20.3".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX