design-proposals/network-policy.md: fix nit
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
f3375f168e
commit
ed398b78c4
|
|
@ -215,7 +215,7 @@ def is_traffic_allowed(traffic, pod):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Ingress isolation is DefaultDeny and no policies match the given pod and traffic.
|
# Ingress isolation is DefaultDeny and no policies match the given pod and traffic.
|
||||||
return false
|
return False
|
||||||
```
|
```
|
||||||
|
|
||||||
### Potential Future Work / Questions
|
### Potential Future Work / Questions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue