Skip to content

Commit a0a434e

Browse files
committed
chore: remove not used function within cross-mesh
1 parent c7b25ae commit a0a434e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/e2e_env/multizone/gateway/cross-mesh.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,6 @@ import (
1919
"github.com/kumahq/kuma/v2/test/framework/envs/multizone"
2020
)
2121

22-
func MTLSMeshUniversalEgress(name string) InstallFunc {
23-
mesh := fmt.Sprintf(`
24-
type: Mesh
25-
name: %s
26-
mtls:
27-
enabledBackend: ca-1
28-
backends:
29-
- name: ca-1
30-
type: builtin
31-
routing:
32-
zoneEgress: true
33-
`, name)
34-
return YamlUniversal(mesh)
35-
}
36-
3722
func CrossMeshGatewayOnMultizone() {
3823
const gatewayClientNamespaceOtherMesh = "cross-mesh-kuma-client-other"
3924
const gatewayClientNamespaceSameMesh = "cross-mesh-kuma-client"

0 commit comments

Comments
 (0)