UNPKG

@mittwald/kubernetes

Version:

Kubernetes client library

7 lines (6 loc) 138 B
import { CauseType } from "./causetype"; export interface StatusCause { type?: CauseType; message?: string; field?: string; }