Status Details Patch
data class StatusDetailsPatch(val causes: List<StatusCausePatch>? = null, val group: String? = null, val kind: String? = null, val name: String? = null, val retryAfterSeconds: Int? = null, val uid: String? = null)
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
Constructors
Link copied to clipboard
fun StatusDetailsPatch(causes: List<StatusCausePatch>? = null, group: String? = null, kind: String? = null, name: String? = null, retryAfterSeconds: Int? = null, uid: String? = null)