Closed lobkovilya closed 2 months ago
Since Kuma 2.9 it's possible to create policy without the top-level targetRef:
type: MeshTimeout name: mt1 mesh: default spec: to: - targetRef: kind: MeshService name: redis
which is an equivalent of:
type: MeshTimeout name: mt1 mesh: default spec: targetRef: kind: Mesh to: - targetRef: kind: MeshService name: redis
In policy table Target ref we want to see Mesh instead of –:
Target ref
Mesh
–
Description
Since Kuma 2.9 it's possible to create policy without the top-level targetRef:
which is an equivalent of:
In policy table
Target ref
we want to seeMesh
instead of–
: