import { EventsV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/events.k8s.io@v1/mod.ts";
Methods
getEventListForAllNamespaces(opts?: operations.GetListOpts): Promise<EventsV1.EventList>
namespace(name: string): EventsV1NamespacedApi
watchEventListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<EventsV1.Event>>