github.com/looshlee/beatles@v0.0.0-20220727174639-742810ab631c/examples/demo/sw_policy_http.json (about)

     1  [{
     2      "endpointSelector": {"matchLabels":{"id.empire.deathstar":""}},
     3      "ingress": [{
     4          "fromEndpoints": [
     5            {"matchLabels":{"id.spaceship":""}},
     6            {"matchLabels":{"reserved:host":""}}
     7          ]
     8      }]
     9  },{
    10      "endpointSelector": {"matchLabels":{"id.spaceship":""}},
    11      "egress": [{
    12  	"toPorts": [{
    13  	    "ports": [
    14                  {"port": "80", "protocol": "tcp"}
    15              ],
    16  	    "rules": {
    17                  "HTTP": [
    18                      {
    19                          "method": "GET",
    20                          "path": "/v1/"
    21                      },{
    22                          "method": "POST",
    23                          "path": "/v1/request-landing/"
    24                      }
    25  		]
    26  	    }
    27  	}]
    28      }]
    29  }]