We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3c0e0e + 56b9d39 commit 8a8b914Copy full SHA for 8a8b914
content/zh-cn/docs/concepts/services-networking/network-policies.md
@@ -1,6 +1,9 @@
1
---
2
title: 网络策略
3
content_type: concept
4
+api_metadata:
5
+ - apiVersion: "networking.k8s.io/v1"
6
+ kind: "NetworkPolicy"
7
weight: 70
8
description: >-
9
如果你希望在 IP 地址或端口层面(OSI 第 3 层或第 4 层)控制网络流量,
@@ -15,6 +18,9 @@ reviewers:
15
18
- danwinship
16
19
title: Network Policies
17
20
21
22
+- apiVersion: "networking.k8s.io/v1"
23
24
25
26
If you want to control traffic flow at the IP address or port level (OSI layer 3 or 4),
0 commit comments