github.phpd.cn/cilium/cilium@v1.6.12/test/runtime/manifests/Policies-memcache-allow.json (about)

     1  [ {
     2      "endpointSelector": {"matchLabels":{"id.memcache":""}},
     3      "ingress": [ {
     4        "fromEndpoints": [
     5          {"matchLabels":{"memcache-client":""}}
     6        ],
     7        "toPorts": [{
     8            "ports": [{"port": "11211", "protocol": "TCP"}],
     9            "rules": {
    10  			  "l7proto": "memcache",
    11  			  "l7": [
    12  				  {"command": "get"},
    13  				  {"command": "set"}
    14  			  ]
    15            }
    16        }]
    17     }]
    18  }]