MigrationCondition

data class MigrationCondition(val lastUpdateTime: String? = null, val message: String? = null, val reason: String? = null, val status: String, val type: String)

Describes the state of a migration at a certain point.

Constructors

Link copied to clipboard
constructor(lastUpdateTime: String? = null, message: String? = null, reason: String? = null, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lastUpdateTime: String? = null

The last time this condition was updated.

Link copied to clipboard
val message: String? = null

A human readable message indicating details about the transition.

Link copied to clipboard
val reason: String? = null

The reason for the condition's last transition.

Link copied to clipboard

Status of the condition, one of True, False, Unknown.

Link copied to clipboard

Type of the condition.