Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing labels and annotations used for ambient #2695

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 25 additions & 4 deletions annotation/annotations.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions annotation/annotations.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions annotation/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,3 +504,14 @@ annotations:
hidden: false
resources:
- Namespace

- name: istio.io/for-service-account
featureStatus: Alpha
description: The name of an existing service account added to Kubernetes Gateway resources and propagated to
to the corresponding waypoint proxy pod. Any traffic going to services using this service account will be
mediated, enforced and observed by the waypoint proxy.
deprecated: false
hidden: false
resources:
- Pod
- Gateway
64 changes: 61 additions & 3 deletions label/labels.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 52 additions & 0 deletions label/labels.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions label/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,37 @@ labels:
hidden: false
resources:
- Pod

- name: gateway.istio.io/managed
featureStatus: Alpha
description: Specifies whether a resource is managed by Istio via Kubernetes Gateway API
deprecated: false
hidden: false
resources:
- Deployment
- Service

- name: istio.io/dataplane-mode
featureStatus: Alpha
description: Specifies whether or not a workload is managed by Istio ambient mesh.
deprecated: false
hidden: false
resources:
- Namespace

- name: ambient.istio.io/redirection
featureStatus: Alpha
description: Specifies whether a pod has ambient redirection (to ztunnel) configured.
deprecated: false
hidden: false
resources:
- Pod

- name: istio.io/gateway-name
featureStatus: Alpha
description: Applied to pods which are managed by Istio via Kubernetes Gateway API.
Contains the name of the corresponding Gateway object.
deprecated: false
hidden: false
resources:
- Pod