Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/meta@v1/structs.ts>StatusDetails

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface StatusDetails
import { type StatusDetails } from "https://deno.land/x/kubernetes_apis@v0.5.1/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
optional
group: string | null
optional
kind: string | null
optional
name: string | null
optional
retryAfterSeconds: number | null
optional
uid: string | null