Google Cloud Deploy v1 API - Class Release.Types.SkaffoldSupportedCondition (2.15.0)

public sealed class Release.Types.SkaffoldSupportedCondition : IMessage<Release.Types.SkaffoldSupportedCondition>, IEquatable<Release.Types.SkaffoldSupportedCondition>, IDeepCloneable<Release.Types.SkaffoldSupportedCondition>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class Release.Types.SkaffoldSupportedCondition.

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

Inheritance

object > Release.Types.SkaffoldSupportedCondition

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

SkaffoldSupportedCondition()

public SkaffoldSupportedCondition()

SkaffoldSupportedCondition(SkaffoldSupportedCondition)

public SkaffoldSupportedCondition(Release.Types.SkaffoldSupportedCondition other)
Parameter
NameDescription
otherReleaseTypesSkaffoldSupportedCondition

Properties

MaintenanceModeTime

public Timestamp MaintenanceModeTime { get; set; }

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

Property Value
TypeDescription
Timestamp

SkaffoldSupportState

public SkaffoldSupportState SkaffoldSupportState { get; set; }

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

Property Value
TypeDescription
SkaffoldSupportState

Status

public bool Status { get; set; }

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

Property Value
TypeDescription
bool

SupportExpirationTime

public Timestamp SupportExpirationTime { get; set; }

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

Property Value
TypeDescription
Timestamp