UNPKG

@mittwald/kubernetes

Version:

Kubernetes client library

13 lines (12 loc) 278 B
import { Status } from "../../meta/v1"; import { PatchType } from "."; export interface AdmissionResponse { uid: string; allowed: boolean; status?: Status; patch?: string; patchType?: PatchType; auditAnnotations?: { [k: string]: string; }; }