github.com/form3tech-oss/cilium@v1.6.3/examples/policies/l3/entities/host.json (about)

     1  [{
     2      "labels": [{"key": "name", "value": "dev-to-host"}],
     3      "endpointSelector": {"matchLabels": {"env":"dev"}},
     4      "egress": [{
     5          "toEntities": ["host"]
     6      }]
     7  }]