envoyproxy/gateway

Move UseClientProtocol inside ClusterSettings

Open

#7.310 geöffnet am 22. Okt. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (802 Forks)auto 404
area/apihelp wanted

Repository-Metriken

Stars
 (2.871 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description:

Describe the issue.

UseClientProtocol is a cluster level field so it can live inside backendSettings field (type ClusterSettings) used for non xRoute backends such as ext Auth and ext Proc

https://github.com/envoyproxy/gateway/blob/757d14784169d31eec31b4a0710a95572b0db993/api/v1alpha1/backendtrafficpolicy_types.go#L69

[optional Relevant Links:]

Any extra documentation required to understand the issue.

Contributor Guide