Use correct apigroup for network policy

reviewable/pr4225/r1
Tim Hockin 2017-06-28 17:25:22 -07:00
parent b9593e8e1d
commit 472eccc83c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ See the [api-reference](/docs/api-reference/networking/v1/definitions/#_v1_netwo
An example `NetworkPolicy` might look like this:
```yaml
apiVersion: networking/v1
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: test-network-policy