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

     1  [{
     2      "labels": [{"key": "name", "value": "requires-rule"}],
     3      "endpointSelector": {"matchLabels": {"env":"prod"}},
     4      "ingress": [{
     5          "fromRequires": [
     6            {"matchLabels":{"env":"prod"}}
     7          ]
     8      }]
     9  }]