SkaffoldSupportedConditionResponse

data class SkaffoldSupportedConditionResponse(val maintenanceModeTime: String, val skaffoldSupportState: String, val status: Boolean, val supportExpirationTime: String)

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

Constructors

Link copied to clipboard
fun SkaffoldSupportedConditionResponse(maintenanceModeTime: String, skaffoldSupportState: String, status: Boolean, supportExpirationTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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