github.com/fafucoder/cilium@v1.6.11/examples/policies/l3/cidr/cidr.json (about) 1 [{ 2 "labels": [{"key": "name", "value": "cidr-rule"}], 3 "endpointSelector": {"matchLabels":{"app":"myService"}}, 4 "egress": [{ 5 "toCIDR": [ 6 "20.1.1.1/32" 7 ] 8 }, { 9 "toCIDRSet": [{ 10 "cidr": "10.0.0.0/8", 11 "except": [ 12 "10.96.0.0/12" 13 ]} 14 ] 15 }] 16 }]