Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/networking.k8s.io@v1/mod.ts>NetworkingV1Api

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

Constructors

new
NetworkingV1Api(client: c.RestClient)

Methods

createIngressClass(body: NetworkingV1.IngressClass, opts?: operations.PutOpts)
deleteIngressClass(name: string, opts?: operations.DeleteOpts)
deleteIngressClassList(opts?: operations.DeleteListOpts)
getIngressClass(name: string, opts?: operations.NoOpts)
getIngressClassList(opts?: operations.GetListOpts)
getIngressListForAllNamespaces(opts?: operations.GetListOpts)
getNetworkPolicyListForAllNamespaces(opts?: operations.GetListOpts)
namespace(name: string)
patchIngressClass(
name: string,
type: c.PatchType,
body: NetworkingV1.IngressClass | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceIngressClass(
name: string,
body: NetworkingV1.IngressClass,
opts?: operations.PutOpts,
)
watchIngressClassList(opts?: operations.WatchListOpts)
watchIngressListForAllNamespaces(opts?: operations.WatchListOpts)
watchNetworkPolicyListForAllNamespaces(opts?: operations.WatchListOpts)