Skip to content

Commit b681627

Browse files
committed
add missing labels and annotations used for ambient
1 parent 35782d2 commit b681627

File tree

6 files changed

+196
-7
lines changed

6 files changed

+196
-7
lines changed

annotation/annotations.gen.go

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

annotation/annotations.pb.html

Lines changed: 13 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,3 +504,14 @@ annotations:
504504
hidden: false
505505
resources:
506506
- Namespace
507+
508+
- name: istio.io/for-service-account
509+
featureStatus: Alpha
510+
description: The name of an existing service account added to Kubernetes Gateway resources and propagated to
511+
to the corresponding waypoint proxy pod. Any traffic going to services using this service account will be
512+
mediated, enforced and observed by the waypoint proxy.
513+
deprecated: false
514+
hidden: false
515+
resources:
516+
- Pod
517+
- Gateway

label/labels.gen.go

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

label/labels.pb.html

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

label/labels.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,37 @@ labels:
151151
hidden: false
152152
resources:
153153
- Pod
154+
155+
- name: gateway.istio.io/managed
156+
featureStatus: Alpha
157+
description: Specifies whether a resource is managed by Istio via Kubernetes Gateway API
158+
deprecated: false
159+
hidden: false
160+
resources:
161+
- Deployment
162+
- Service
163+
164+
- name: istio.io/dataplane-mode
165+
featureStatus: Alpha
166+
description: Specifies whether or not a workload is managed by Istio ambient mesh.
167+
deprecated: false
168+
hidden: false
169+
resources:
170+
- Namespace
171+
172+
- name: ambient.istio.io/redirection
173+
featureStatus: Alpha
174+
description: Specifies whether a pod has ambient redirection (to ztunnel) configured.
175+
deprecated: false
176+
hidden: false
177+
resources:
178+
- Pod
179+
180+
- name: istio.io/gateway-name
181+
featureStatus: Alpha
182+
description: Applied to pods which are managed by Istio via Kubernetes Gateway API.
183+
Contains the name of the corresponding Gateway object.
184+
deprecated: false
185+
hidden: false
186+
resources:
187+
- Pod

0 commit comments

Comments
 (0)