github.phpd.cn/cilium/cilium@v1.6.12/test/runtime/manifests/sample_policy.json (about)

     1  [{
     2       "endpointSelector":
     3  		{"matchLabels":{"id.app":""}},
     4       "egress": [{
     5           "toCIDR": [ "9.9.9.9/32" ]
     6       }]
     7  }]
     8