StatusDetails
io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails
source ↗
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.
causes[]StatusCauseThe Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
fieldstringThe field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.Examples: "name" - the field "name" on the current resource "items[0].name" - the field "name" on the first array entry in "items"messagestringA human-readable description of the cause of the error. This field may be presented as-is to a reader.reasonstringA machine-readable description of the cause of the error. If this value is empty there is no information available.groupstringThe group attribute of the resource associated with the status StatusReason.kindstringThe kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsnamestringThe name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).retryAfterSecondsinteger (int32)If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.uidstringUID of the resource. (when there is a single resource which can be described).More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids