Skip to content

Commit 7c8ec5b

Browse files
authored
Add ingress bypass annotation to the API (#3338)
Added in istio in istio/istio#53476
1 parent 585d68d commit 7c8ec5b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

annotation/annotations.gen.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotation/annotations.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,3 +570,13 @@ annotations:
570570
resources:
571571
- Service
572572
- ServiceEntry
573+
574+
- name: ambient.istio.io/bypass-inbound-capture
575+
featureStatus: Alpha
576+
description: |
577+
When specified on a `Pod` enrolled in ambient mesh, only outbound traffic will be captured.
578+
This is intended to be used when enrolling a workload that only receives traffic from out-of-the-mesh clients, such as third party ingress controllers.
579+
deprecated: false
580+
hidden: true
581+
resources:
582+
- Pod

0 commit comments

Comments
 (0)