Skip to content

Commit b994cdf

Browse files
author
Eric Van Norman
authored
Add gateway.istio.io/controller-version annotation (#2745)
* Add gateway.istio.io/controller-version annotation * Fix lint
1 parent eb5bfad commit b994cdf

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

annotation/annotations.gen.go

Lines changed: 13 additions & 0 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: 2 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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ annotations:
347347
hidden: false
348348
resources:
349349
- Pod
350-
350+
351351
- name: traffic.sidecar.istio.io/includeOutboundPorts
352352
featureStatus: Alpha
353353
description: A comma separated list of outbound ports for which traffic is to be
@@ -504,3 +504,11 @@ annotations:
504504
hidden: false
505505
resources:
506506
- Namespace
507+
508+
- name: gateway.istio.io/controller-version
509+
featureStatus: Alpha
510+
description: A version added to the Gateway by the controller specifying the "controller version".
511+
deprecated: false
512+
hidden: true
513+
resources:
514+
- Any

0 commit comments

Comments
 (0)