Add TCP Middlewares support

This commit is contained in:
Romain
2021-06-11 15:30:05 +02:00
committed by GitHub
parent 679def0151
commit fc9f41b955
134 changed files with 5865 additions and 1852 deletions

View File

@@ -47,6 +47,21 @@ spec:
properties:
match:
type: string
middlewares:
description: Middlewares contains references to MiddlewareTCP
resources.
items:
description: ObjectReference is a generic reference to a Traefik
resource.
properties:
name:
type: string
namespace:
type: string
required:
- name
type: object
type: array
services:
items:
description: ServiceTCP defines an upstream to proxy traffic.