Skip to content

Commit

Permalink
add missing labels and annotations used for ambient
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHanson committed Feb 27, 2023
1 parent 35782d2 commit b681627
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 7 deletions.
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

0 comments on commit b681627

Please sign in to comment.