import { EventsV1beta1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/events.k8s.io@v1beta1/mod.ts";
Methods
createEvent(body: EventsV1beta1.Event, opts?: operations.PutOpts)
deleteEvent(name: string, opts?: operations.DeleteOpts)
deleteEventList(opts?: operations.DeleteListOpts)
getEvent(name: string, opts?: operations.NoOpts)
getEventList(opts?: operations.GetListOpts)
patchEvent()
name: string,
type: c.PatchType,
body: EventsV1beta1.Event | c.JsonPatch,
opts?: operations.PatchOpts,
replaceEvent()
name: string,
body: EventsV1beta1.Event,
opts?: operations.PutOpts,
watchEventList(opts?: operations.WatchListOpts)