StatusResponse

data class StatusResponse(val reason: String? = null, val state: String? = null)

Description of the current status of the OperatorApiConnection resource.

Constructors

Link copied to clipboard
constructor(reason: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val reason: String? = null

Explanation of the current state of the OperatorApiConnection resource.

Link copied to clipboard
val state: String? = null

Current state of the OperatorApiConnection resource.