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
162 B
YAML
12 lines
162 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: allow-all-ingress
|
|
spec:
|
|
podSelector: {}
|
|
ingress:
|
|
- {}
|
|
policyTypes:
|
|
- Ingress
|