Skip to content

Commit

Permalink
Codify labels and annotations that have been added directly to
Browse files Browse the repository at this point in the history
istio/istio

Fixes istio/istio#43437
  • Loading branch information
howardjohn committed Sep 9, 2024
1 parent 3111847 commit e60ec8c
Show file tree
Hide file tree
Showing 6 changed files with 597 additions and 8 deletions.
85 changes: 81 additions & 4 deletions annotation/annotations.gen.go

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

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

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

52 changes: 51 additions & 1 deletion annotation/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,54 @@ 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`.
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

0 comments on commit e60ec8c

Please sign in to comment.