Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.17 KB

V1NetworkPolicyEgressRule.md

File metadata and controls

11 lines (7 loc) · 1.17 KB

V1NetworkPolicyEgressRule

Properties

Name Type Description Notes
Ports []V1NetworkPolicyPort List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. [optional]
To []V1NetworkPolicyPeer List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list. [optional]

[Back to Model list] [Back to API list] [Back to README]