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

     1  [{
     2      "endpointSelector": {"matchLabels":{"id.qa":""}},
     3      "ingress": [{
     4          "fromRequires": [{"matchLabels":{"id.qa":""}}]
     5      }],
     6      "labels": ["id=qa"]
     7  },{
     8      "endpointSelector": {"matchLabels":{"id.prod":""}},
     9      "ingress": [{
    10          "fromRequires": [{"matchLabels":{"id.prod":""}}]
    11      }],
    12      "labels": ["id=prod"]
    13  },{
    14      "endpointSelector": {"matchLabels":{"id.server":""}},
    15      "ingress": [{
    16          "fromEndpoints": [
    17  	    {"matchLabels":{"id.client":""}},
    18  	    {"matchLabels":{"reserved:host":""}}
    19  	]
    20      }],
    21      "labels": ["id=server"]
    22  }]