python/kubernetes/docs/V1NetworkPolicyPeer.md
2021-09-13 12:59:16 -07:00

630 B

V1NetworkPolicyPeer

NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed

Properties

Name Type Description Notes
ip_block V1IPBlock [optional]
namespace_selector V1LabelSelector [optional]
pod_selector V1LabelSelector [optional]

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