14efc9881b
* Translate networkpolicy to pt-br Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com> * Fix translation by reviewer suggestions * Add missing example files * Fix review
12 lines
159 B
YAML
12 lines
159 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: allow-all-egress
|
|
spec:
|
|
podSelector: {}
|
|
egress:
|
|
- {}
|
|
policyTypes:
|
|
- Egress
|