瀏覽代碼

Show how redirects and query string matching work

Lu Stadler 7 年之前
父節點
當前提交
60ab7f00d2
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      go/fake-http/kubernetes.yaml

+ 6 - 0
go/fake-http/kubernetes.yaml

@ -1,3 +1,9 @@
1
- method: GET
2
  path: /api/v1/namespaces/default/pods?labelSelector=app%3Dhellogo
3
  status: 307
4
  headers:
5
  - name: Location
6
    value: /api/v1/namespaces/default/pods
1 7
- method: GET
2 8
  path: /api
3 9
  body: |