Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

Properties

optional
ports: Array<NetworkPolicyPort> | null
optional
to: Array<NetworkPolicyPeer> | null