This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
traefik-certmanager/kubernetes/docs/V1NetworkPolicyPeer.md

14 lines
630 B
Markdown
Raw Normal View History

# 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**](V1IPBlock.md) | | [optional]
**namespace_selector** | [**V1LabelSelector**](V1LabelSelector.md) | | [optional]
**pod_selector** | [**V1LabelSelector**](V1LabelSelector.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)