Skip to main content

Module response

Module response 

Source
Expand description

Generic api response types

Modules§

reason
StatusReason is an enumeration of possible failure causes. Each StatusReason must map to a single HTTP status code, but multiple reasons may map to the same HTTP status code.

Structs§

Status
A Kubernetes status object
StatusCause
Status cause object on the StatusDetails object
StatusDetails
Status details object on the Status object

Enums§

StatusSummary
Overall status of the operation - whether it succeeded or not