Files
website/docs/api-reference/v1.5/documents/_generated_status_unversioned_concept.md
T
2017-01-13 09:56:34 -08:00

1.3 KiB


Status unversioned

Group Version Kind
Core unversioned Status

Status is a return value for calls that don't return other objects.

Field Description
code
integer
Suggested HTTP return code for this status, 0 if not set.
details
StatusDetails
Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
message
string
A human-readable description of the status of this operation.
metadata
ListMeta
Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
reason
string
A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
status
string
Status of the operation. One of: "Success" or "Failure". More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status