github.com/form3tech-oss/cilium@v1.6.3/examples/mesos/allfiles/l3-l4-policy.json (about)

     1  [{
     2      "endpointSelector": {"matchLabels":{"id":"web-server"}},
     3      "ingress": [{
     4          "fromEndpoints": [
     5              {"matchLabels":{"id":"goodclient"}}
     6          ],
     7          "toPorts": [{
     8                  "ports": [{"port": "8181", "protocol": "tcp"}]
     9          }]
    10      }]
    11  }]