Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/discovery.k8s.io@v1/mod.ts>DiscoveryV1NamespacedApi

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

Constructors

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

Methods

createEndpointSlice(body: DiscoveryV1.EndpointSlice, opts?: operations.PutOpts)
deleteEndpointSlice(name: string, opts?: operations.DeleteOpts)
deleteEndpointSliceList(opts?: operations.DeleteListOpts)
getEndpointSlice(name: string, opts?: operations.NoOpts)
getEndpointSliceList(opts?: operations.GetListOpts)
patchEndpointSlice(
name: string,
type: c.PatchType,
body: DiscoveryV1.EndpointSlice | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceEndpointSlice(
name: string,
body: DiscoveryV1.EndpointSlice,
opts?: operations.PutOpts,
)
watchEndpointSliceList(opts?: operations.WatchListOpts)