github.com/looshlee/cilium@v1.6.12/test/k8sT/manifests/knp-default-allow-egress.yaml (about)

     1  apiVersion: networking.k8s.io/v1
     2  kind: NetworkPolicy
     3  metadata:
     4    name: "knp-default-allow-egress"
     5  spec:
     6    podSelector: {}
     7    egress:
     8    - {}
     9    policyTypes:
    10    - Egress