Implement an algorithm that allows policies to target zone proxies #12406
Labels
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Milestone
Description
With the new top-level kinds ZoneEgress and ZoneIngress we can now implement an algorithm that enables policies to be attached to zone proxies.
Additionally the algorithm should allow to select
MeshExternalService
,MeshService
orMeshMultiZoneService
on the zone proxy by usingspec.rules[].targetRef
.Also, keep in mind kind
Mesh
includes all other kinds:Mesh
includesDataplane
,ZoneIngress
andZoneEgress
spec.rules[].targetRef.kind: Mesh
includesMeshExternalService
,MeshService
orMeshMultiZoneService
The text was updated successfully, but these errors were encountered: