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

Codify labels and annotations that have been added directly to istio/istio #3307

Merged
merged 3 commits into from
Oct 1, 2024
Merged
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
86 changes: 82 additions & 4 deletions annotation/annotations.gen.go

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

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

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

53 changes: 52 additions & 1 deletion annotation/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,55 @@ annotations:
deprecated: false
hidden: true
resources:
- Any
- Any

- name: ambient.istio.io/redirection
featureStatus: Beta
description: |-
Automatically configured by Istio to indicate a Pod was successfully enrolled in ambient mode.
This shows the actual state; to specify intent that a workload should be in ambient mode, see `istio.io/dataplane-mode`.
howardjohn marked this conversation as resolved.
Show resolved Hide resolved
User should not manually modify this annotation.
deprecated: false
hidden: false
resources:
- Pod

- name: ambient.istio.io/waypoint-inbound-binding
featureStatus: Alpha
description: |
When set on a waypoint (either by its specific `Gateway`, or for the entire collection on the `GatewayClass`),
indicates how traffic should be sent to the waypoint. If unset, traffic will be sent to the waypoint as HBONE directly.

This takes the format: `<protocol>` or `<protocol>/<port>`.
deprecated: false
hidden: true
resources:
- GatewayClass
- Gateway

- name: gateway.istio.io/service-account
featureStatus: Alpha
description: |
Overrides the name of the generated `ServiceAccount` resource when using [Gateway auto-deployment](/docs/tasks/traffic-management/ingress/gateway-api/#automated-deployment)
deprecated: false
hidden: true
resources:
- Gateway

- name: gateway.istio.io/name-override
featureStatus: Alpha
description: |
Overrides the name of the generated `Deployment` and `Service` resource when using [Gateway auto-deployment](/docs/tasks/traffic-management/ingress/gateway-api/#automated-deployment)
deprecated: false
hidden: true
resources:
- Gateway

- name: networking.istio.io/service-type
featureStatus: Alpha
description: |
Overrides the type of the generated `Service` resource when using [Gateway auto-deployment](/docs/tasks/traffic-management/ingress/gateway-api/#automated-deployment)
deprecated: false
hidden: true
resources:
- Gateway
Loading