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

     1  [{
     2      "labels": [{"key": "name", "value": "cidr-l4-rule"}],
     3      "endpointSelector": {"matchLabels":{"role":"crawler"}},
     4      "egress": [{
     5          "toCIDR": [
     6              "192.0.2.0/24"
     7          ],
     8          "toPorts": [
     9              {"ports":[ {"port": "80", "protocol": "TCP"}]}
    10          ]
    11      }]
    12  }]