Google Cloud Deploy v1 API - Class SkaffoldVersion (2.15.0)

public sealed class SkaffoldVersion : IMessage<SkaffoldVersion>, IEquatable<SkaffoldVersion>, IDeepCloneable<SkaffoldVersion>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class SkaffoldVersion.

Details of a supported Skaffold version.

Inheritance

object > SkaffoldVersion

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

SkaffoldVersion()

public SkaffoldVersion()

SkaffoldVersion(SkaffoldVersion)

public SkaffoldVersion(SkaffoldVersion other)
Parameter
NameDescription
otherSkaffoldVersion

Properties

MaintenanceModeTime

public Timestamp MaintenanceModeTime { get; set; }

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

Property Value
TypeDescription
Timestamp

SupportEndDate

public Date SupportEndDate { get; set; }

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

Property Value
TypeDescription
Date

SupportExpirationTime

public Timestamp SupportExpirationTime { get; set; }

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

Property Value
TypeDescription
Timestamp

Version

public string Version { get; set; }

Release version number. For example, "1.20.3".

Property Value
TypeDescription
string