Fix NetworkPolicy api link (#9427)

This commit is contained in:
Philippe Pepiot 2018-07-15 12:02:55 +02:00 committed by k8s-ci-robot
parent e8d351b9e5
commit ae9c6fd243
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Pods become isolated by having a NetworkPolicy that selects them. Once there is
## The `NetworkPolicy` Resource
See the [NetworkPolicy](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#networkpolicy-v1-networking) for a full definition of the resource.
See the [NetworkPolicy](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#networkpolicy-v1-networking-k8s-io) for a full definition of the resource.
An example `NetworkPolicy` might look like this: