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>EventsV1NamespacedApi

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

Constructors

new
EventsV1NamespacedApi(client: c.RestClient, namespace: string)

Methods

createEvent(body: EventsV1.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: EventsV1.Event | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceEvent(
name: string,
body: EventsV1.Event,
opts?: operations.PutOpts,
)
watchEventList(opts?: operations.WatchListOpts)