Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/events.k8s.io@v1/mod.ts>Event

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Event
import { type Event } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/events.k8s.io@v1/mod.ts";

Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.

Properties

optional
apiVersion: "events.k8s.io/v1"
optional
kind: "Event"
optional
action: string | null
optional
deprecatedCount: number | null
optional
deprecatedFirstTimestamp: c.Time | null
optional
deprecatedLastTimestamp: c.Time | null
optional
deprecatedSource: CoreV1.EventSource | null
eventTime: c.MicroTime
optional
metadata: MetaV1.ObjectMeta | null
optional
note: string | null
optional
reason: string | null
optional
regarding: CoreV1.ObjectReference | null
optional
reportingController: string | null
optional
reportingInstance: string | null
optional
series: EventSeries | null
optional
type: string | null