Skip to content

Commit 02993bc

Browse files
committed
todo
1 parent d92c47c commit 02993bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/adc/translator/tcproute.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func (t *Translator) TranslateTCPRoute(tctx *provider.TranslateContext, tcpRoute
6767
if len(upNodes) == 0 {
6868
continue
6969
}
70+
//TODO: Confirm BackendTrafficPolicy attachment with e2e test case.
7071
t.AttachBackendTrafficPolicyToUpstream(backend, tctx.BackendTrafficPolicies, upstream)
7172
upstream.Nodes = upNodes
7273
var (

0 commit comments

Comments
 (0)