# Variables
No description provided by the author
No description provided by the author
# Structs
IPBlock describes a particular CIDR (Ex.
NetworkPolicy describes what network traffic is allowed for a set of Pods.
NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector.
NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector.
NetworkPolicyList is a list of NetworkPolicy objects.
NetworkPolicyPeer describes a peer to allow traffic from.
NetworkPolicyPort describes a port to allow traffic on.
NetworkPolicySpec provides the specification of a NetworkPolicy.