github.com/form3tech-oss/cilium@v1.6.3/examples/policies/l3/egress-default-deny/egress-default-deny.yaml (about)

     1  apiVersion: "cilium.io/v2"
     2  kind: CiliumNetworkPolicy
     3  metadata:
     4    name: "deny-all-egress"
     5  spec:
     6    endpointSelector:
     7      matchLabels:
     8        role: restricted
     9    egress:
    10    - {}