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

     1  [
     2    {
     3      "endpointSelector": {
     4        "matchLabels": {"reserved:init": ""}
     5      },
     6      "ingress": [{
     7        "fromEntities": ["host"]
     8      }],
     9      "egress": [{
    10        "toEntities": ["host"]
    11      },{
    12        "toPorts": [{
    13          "ports": [
    14            {"port": "53",   "protocol": "udp"}
    15          ]
    16        }]
    17      }]
    18    },
    19    {
    20      "endpointSelector": {
    21        "matchLabels": {"container:somelabel": ""}
    22      },
    23      "ingress": [{
    24        "fromEntities": ["host"]
    25      }],
    26      "egress": [{
    27        "toEntities": ["host"]
    28      },{
    29        "toPorts": [{
    30          "ports": [
    31            {"port": "53",   "protocol": "udp"}
    32          ]
    33        }]
    34      }]
    35    }
    36  ]