github.phpd.cn/cilium/cilium@v1.6.12/test/runtime/manifests/ct-test-policy-conntrack-local-disabled.json (about)

     1  [{
     2      "endpointSelector": {"matchLabels":{"id.client":""}},
     3      "ingress": [{
     4          "fromEndpoints": [
     5              {"matchLabels":{"reserved:host":""}},
     6              {"matchLabels":{"id.server":""}}
     7          ]
     8      }],
     9      "egress": [{
    10          "toEndpoints": [
    11              {"matchLabels":{"reserved:host":""}},
    12              {"matchLabels":{"id.server":""}}
    13          ]
    14      }],
    15      "labels": ["id=from-host-to-client"]
    16  },
    17  {
    18      "endpointSelector": {"matchLabels":{"id.server":""}},
    19      "ingress": [{
    20          "fromEndpoints": [
    21              {"matchLabels":{"reserved:host":""}},
    22              {"matchLabels":{"id.client":""}}
    23          ]
    24      }],
    25      "egress": [{
    26          "toEndpoints": [
    27              {"matchLabels":{"reserved:host":""}},
    28              {"matchLabels":{"id.client":""}}
    29          ]
    30      }],
    31      "labels": ["id=ingress-from-host"]
    32  },
    33  {
    34      "endpointSelector": {"matchLabels":{"id.curl":""}},
    35      "egress": [{
    36          "toEndpoints": [
    37              {"matchLabels":{"id.httpd":""}}
    38          ]
    39      }],
    40      "labels": ["id=curl"]
    41  },{
    42      "endpointSelector": {"matchLabels":{"id.httpd":""}},
    43      "ingress": [{
    44          "fromEndpoints": [
    45  	    {"matchLabels":{"id.curl":""}},
    46  	    {"matchLabels":{"id.curl2":""}}
    47  	]
    48      }],
    49      "labels": ["id=httpd"]
    50  },{
    51      "endpointSelector": {"matchLabels":{"id.httpd_deny":""}},
    52      "ingress": [{
    53          "fromEndpoints": [
    54  	    {"matchLabels":{"id.curl":""}}
    55  	]
    56      }],
    57      "labels": ["id=httpd_deny"]
    58  }]