import { DiscoveryV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/discovery.k8s.io@v1/mod.ts";
Methods
getEndpointSliceListForAllNamespaces(opts?: operations.GetListOpts): Promise<DiscoveryV1.EndpointSliceList>
namespace(name: string): DiscoveryV1NamespacedApi
watchEndpointSliceListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<DiscoveryV1.EndpointSlice>>