Module middlewaretcps

Source

Structsยง

MiddlewareTCP
Auto-generated derived type for MiddlewareTCPSpec via CustomResource
MiddlewareTCPInFlightConn
InFlightConn defines the InFlightConn middleware configuration.
MiddlewareTCPIpAllowList
IPAllowList defines the IPAllowList middleware configuration. This middleware accepts/refuses connections based on the client IP. More info: https://doc.traefik.io/traefik/v3.3/middlewares/tcp/ipallowlist/
MiddlewareTCPIpWhiteList
IPWhiteList defines the IPWhiteList middleware configuration. This middleware accepts/refuses connections based on the client IP. Deprecated: please use IPAllowList instead. More info: https://doc.traefik.io/traefik/v3.3/middlewares/tcp/ipwhitelist/
MiddlewareTCPSpec
MiddlewareTCPSpec defines the desired state of a MiddlewareTCP.