mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 02:47:17 +00:00
63 lines
2.3 KiB
YAML
63 lines
2.3 KiB
YAML
|
|
swagger: "2.0"
|
||
|
|
info:
|
||
|
|
title: HTTPProxy
|
||
|
|
version: "v1"
|
||
|
|
paths: {}
|
||
|
|
definitions:
|
||
|
|
io.projectcontour.v1.HTTPProxy:
|
||
|
|
type: object
|
||
|
|
x-kubernetes-group-version-kind:
|
||
|
|
- group: projectcontour.io
|
||
|
|
version: v1
|
||
|
|
kind: HTTPProxy
|
||
|
|
properties:
|
||
|
|
spec:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
routes:
|
||
|
|
type: array
|
||
|
|
items:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
rateLimitPolicy:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
global:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
descriptors:
|
||
|
|
type: array
|
||
|
|
x-kubernetes-list-map-keys:
|
||
|
|
- entries
|
||
|
|
items:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
entries:
|
||
|
|
type: array
|
||
|
|
x-kubernetes-list-map-keys:
|
||
|
|
- headerName
|
||
|
|
items:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
requestHeader:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
descriptorKey:
|
||
|
|
type: string
|
||
|
|
headerName:
|
||
|
|
type: string
|
||
|
|
requestHeaderValueMatch:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
headers:
|
||
|
|
type: array
|
||
|
|
items:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
name:
|
||
|
|
type: string
|
||
|
|
contains:
|
||
|
|
type: string
|
||
|
|
value:
|
||
|
|
type: string
|