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

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

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

IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

Properties

cidr: string
optional
except: Array<string> | null