GetServiceStatusCondition

data class GetServiceStatusCondition(val message: String, val reason: String, val status: String, val type: String)

Constructors

Link copied to clipboard
constructor(message: String, reason: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Human readable message indicating details about the current status.

Link copied to clipboard

One-word CamelCase reason for the condition's current status.

Link copied to clipboard

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

Link copied to clipboard

Type of domain mapping condition.