Fix the allow-all example NetworkPolicy

Fixes #28795
This commit is contained in:
Mike Spreitzer 2016-07-13 12:49:22 -04:00
parent 7823c5779d
commit 6dcedfb4f0

View File

@ -321,11 +321,13 @@ spec:
```yaml
kind: NetworkPolicy
apiVersion: extensions/v1beta1
apiVersion: extensions/v1beta1
metadata:
name: allow-all
spec:
podSelector:
podSelector:
ingress:
- {}
```
## References