NetworkPolicyEgressRule
final case class NetworkPolicyEgressRule(ports: Option[Seq[NetworkPolicyPort]], to: Option[Seq[NetworkPolicyPeer]])
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