Skip to content

Commit

Permalink
fix(e2e): code review
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
  • Loading branch information
Automaat committed Sep 24, 2024
1 parent 6e8a142 commit 3786ac7
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ToRules:
kuma.io/zone: zone-1
mesh: mesh-1
modificationTime: "0001-01-01T00:00:00Z"
name: mesh
name: mesh-in-zone-1
type: MeshAccessLog
Subset: []
127.0.0.1:8081:
Expand All @@ -35,15 +35,15 @@ ToRules:
kuma.io/zone: zone-1
mesh: mesh-1
modificationTime: "0001-01-01T00:00:00Z"
name: mesh
name: mesh-in-zone-1
type: MeshAccessLog
- creationTime: "0001-01-01T00:00:00Z"
labels:
kuma.io/origin: zone
kuma.io/zone: zone-1
mesh: mesh-1
modificationTime: "0001-01-01T00:00:00Z"
name: servicesubset
name: in-zone-1
type: MeshAccessLog
Subset: []
127.0.0.1:8082:
Expand All @@ -60,7 +60,7 @@ ToRules:
kuma.io/zone: zone-1
mesh: mesh-1
modificationTime: "0001-01-01T00:00:00Z"
name: mesh
name: mesh-in-zone-1
type: MeshAccessLog
Subset: []
ByListenerAndHostname:
Expand All @@ -78,7 +78,7 @@ ToRules:
kuma.io/zone: zone-1
mesh: mesh-1
modificationTime: "0001-01-01T00:00:00Z"
name: mesh
name: mesh-in-zone-1
type: MeshAccessLog
Subset: []
127.0.0.1:8081:*:
Expand All @@ -95,15 +95,15 @@ ToRules:
kuma.io/zone: zone-1
mesh: mesh-1
modificationTime: "0001-01-01T00:00:00Z"
name: mesh
name: mesh-in-zone-1
type: MeshAccessLog
- creationTime: "0001-01-01T00:00:00Z"
labels:
kuma.io/origin: zone
kuma.io/zone: zone-1
mesh: mesh-1
modificationTime: "0001-01-01T00:00:00Z"
name: servicesubset
name: in-zone-1
type: MeshAccessLog
Subset: []
127.0.0.1:8082:*:
Expand All @@ -120,6 +120,6 @@ ToRules:
kuma.io/zone: zone-1
mesh: mesh-1
modificationTime: "0001-01-01T00:00:00Z"
name: mesh
name: mesh-in-zone-1
type: MeshAccessLog
Subset: []
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
type: MeshAccessLog
mesh: mesh-1
name: mesh
name: mesh-in-zone-1
labels:
kuma.io/origin: zone
kuma.io/zone: zone-1
Expand All @@ -19,7 +19,7 @@ spec:
---
type: MeshAccessLog
mesh: mesh-1
name: servicesubset
name: in-zone-1
labels:
kuma.io/origin: zone
kuma.io/zone: zone-1
Expand All @@ -40,7 +40,7 @@ spec:
---
type: MeshAccessLog
mesh: mesh-1
name: gateway
name: in-zone-2
labels:
kuma.io/origin: zone
kuma.io/zone: zone-2
Expand All @@ -67,7 +67,7 @@ spec:
---
type: MeshGateway
mesh: mesh-1
name: gateway-3
name: gateway-in-zone-1
labels:
kuma.io/origin: zone
kuma.io/zone: zone-1
Expand Down

0 comments on commit 3786ac7

Please sign in to comment.