import { type StatusDetails } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/meta@v1/structs.ts";
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.
Properties
optional
causes: Array<StatusCause> | null