DeliveryPipelineConditionTargetsTypeCondition

data class DeliveryPipelineConditionTargetsTypeCondition(val errorDetails: String? = null, val status: Boolean? = null)

Constructors

constructor(errorDetails: String? = null, status: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorDetails: String? = null

Human readable error message.

Link copied to clipboard
val status: Boolean? = null

True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.