# Constants
PolicyTypeEgress is a NetworkPolicy that affects egress traffic on selected pods.
PolicyTypeIngress is a NetworkPolicy that affects ingress traffic on selected pods.
ProtocolTCP is the TCP protocol.
ProtocolUDP is the UDP protocol.
# 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.
This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.
Network Policy List is a list of NetworkPolicy objects.
NetworkPolicyPeer describes a peer to allow traffic from.
No description provided by the author
No description provided by the author
# Type aliases
Policy Type string describes the NetworkPolicy type This type is beta-level in 1.8.
Protocol defines network protocols supported for things like container ports.