Skaffold Supported Condition Response
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)