github.com/looshlee/beatles@v0.0.0-20220727174639-742810ab631c/examples/policies/l3/ingress-allow-all/ingress-allow-all.json (about)

     1  [{
     2      "labels": [{"key": "name", "value": "allow-all-to-victim"}],
     3      "endpointSelector": {"matchLabels": {"role":"victim"}},
     4      "ingress": [{
     5          "fromEndpoints": [
     6            {"matchLabels":{}}
     7          ]
     8      }]
     9  }]