import { NetworkingV1alpha1Api } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/networking.k8s.io@v1alpha1/mod.ts";
Methods
createClusterCIDR(body: NetworkingV1alpha1.ClusterCIDR, opts?: operations.PutOpts)
createIPAddress(body: NetworkingV1alpha1.IPAddress, opts?: operations.PutOpts)
deleteClusterCIDR(name: string, opts?: operations.DeleteOpts)
deleteClusterCIDRList(opts?: operations.DeleteListOpts)
deleteIPAddress(name: string, opts?: operations.DeleteOpts)
deleteIPAddressList(opts?: operations.DeleteListOpts)
getClusterCIDR(name: string, opts?: operations.NoOpts)
getClusterCIDRList(opts?: operations.GetListOpts)
getIPAddress(name: string, opts?: operations.NoOpts)
getIPAddressList(opts?: operations.GetListOpts)
patchClusterCIDR()
name: string,
type: c.PatchType,
body: NetworkingV1alpha1.ClusterCIDR | c.JsonPatch,
opts?: operations.PatchOpts,
patchIPAddress()
name: string,
type: c.PatchType,
body: NetworkingV1alpha1.IPAddress | c.JsonPatch,
opts?: operations.PatchOpts,
replaceClusterCIDR()
name: string,
body: NetworkingV1alpha1.ClusterCIDR,
opts?: operations.PutOpts,
replaceIPAddress()
name: string,
body: NetworkingV1alpha1.IPAddress,
opts?: operations.PutOpts,
watchClusterCIDRList(opts?: operations.WatchListOpts)
watchIPAddressList(opts?: operations.WatchListOpts)