import { NetworkingV1Api } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/networking.k8s.io@v1/mod.ts";
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)