import { type NetworkPolicySpec } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/networking.k8s.io@v1/structs.ts";
NetworkPolicySpec provides the specification of a NetworkPolicy
Properties
optional
egress: Array<NetworkPolicyEgressRule> | nulloptional
ingress: Array<NetworkPolicyIngressRule> | null