PipelineReadyConditionResponse

data class PipelineReadyConditionResponse(val status: Boolean, val updateTime: String)

PipelineReadyCondition contains information around the status of the Pipeline.

Constructors

Link copied to clipboard
constructor(status: Boolean, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if the Pipeline is in a valid state. Otherwise at least one condition in PipelineCondition is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.

Link copied to clipboard

Last time the condition was updated.