Skip to content

Commit 6a5c0db

Browse files
authored
Codify labels and annotations that have been added directly to istio/istio (#3307)
* Codify labels and annotations that have been added directly to istio/istio Fixes istio/istio#43437 * add note * add SE and WE
1 parent c4291e1 commit 6a5c0db

File tree

6 files changed

+612
-8
lines changed

6 files changed

+612
-8
lines changed

annotation/annotations.gen.go

Lines changed: 82 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: 24 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: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,4 +529,55 @@ annotations:
529529
deprecated: false
530530
hidden: true
531531
resources:
532-
- Any
532+
- Any
533+
534+
- name: ambient.istio.io/redirection
535+
featureStatus: Beta
536+
description: |-
537+
Automatically configured by Istio to indicate a Pod was successfully enrolled in ambient mode.
538+
This shows the actual state; to specify intent that a workload should be in ambient mode, see `istio.io/dataplane-mode`.
539+
User should not manually modify this annotation.
540+
deprecated: false
541+
hidden: false
542+
resources:
543+
- Pod
544+
545+
- name: ambient.istio.io/waypoint-inbound-binding
546+
featureStatus: Alpha
547+
description: |
548+
When set on a waypoint (either by its specific `Gateway`, or for the entire collection on the `GatewayClass`),
549+
indicates how traffic should be sent to the waypoint. If unset, traffic will be sent to the waypoint as HBONE directly.
550+
551+
This takes the format: `<protocol>` or `<protocol>/<port>`.
552+
deprecated: false
553+
hidden: true
554+
resources:
555+
- GatewayClass
556+
- Gateway
557+
558+
- name: gateway.istio.io/service-account
559+
featureStatus: Alpha
560+
description: |
561+
Overrides the name of the generated `ServiceAccount` resource when using [Gateway auto-deployment](/docs/tasks/traffic-management/ingress/gateway-api/#automated-deployment)
562+
deprecated: false
563+
hidden: true
564+
resources:
565+
- Gateway
566+
567+
- name: gateway.istio.io/name-override
568+
featureStatus: Alpha
569+
description: |
570+
Overrides the name of the generated `Deployment` and `Service` resource when using [Gateway auto-deployment](/docs/tasks/traffic-management/ingress/gateway-api/#automated-deployment)
571+
deprecated: false
572+
hidden: true
573+
resources:
574+
- Gateway
575+
576+
- name: networking.istio.io/service-type
577+
featureStatus: Alpha
578+
description: |
579+
Overrides the type of the generated `Service` resource when using [Gateway auto-deployment](/docs/tasks/traffic-management/ingress/gateway-api/#automated-deployment)
580+
deprecated: false
581+
hidden: true
582+
resources:
583+
- Gateway

0 commit comments

Comments
 (0)