ソースを参照

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: |