We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92c47c commit 02993bcCopy full SHA for 02993bc
internal/adc/translator/tcproute.go
@@ -67,6 +67,7 @@ func (t *Translator) TranslateTCPRoute(tctx *provider.TranslateContext, tcpRoute
67
if len(upNodes) == 0 {
68
continue
69
}
70
+ //TODO: Confirm BackendTrafficPolicy attachment with e2e test case.
71
t.AttachBackendTrafficPolicyToUpstream(backend, tctx.BackendTrafficPolicies, upstream)
72
upstream.Nodes = upNodes
73
var (
0 commit comments