Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.02 KB

V1NetworkPolicyPeer.md

File metadata and controls

12 lines (8 loc) · 1.02 KB

V1NetworkPolicyPeer

Properties

Name Type Description Notes
IpBlock *V1IpBlock IPBlock defines policy on a particular IPBlock [optional] [default to null]
NamespaceSelector *V1LabelSelector Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. [optional] [default to null]
PodSelector *V1LabelSelector This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. [optional] [default to null]

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