Skip to content

Commit a946141

Browse files
authored
Add annotation istio.io/rev (#2743)
* Add annotation istio.io/rev Signed-off-by: Jacek Ewertowski <jewertow@redhat.com> * Describe istio.io/rev in more detail Signed-off-by: Jacek Ewertowski <jewertow@redhat.com> --------- Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
1 parent d4c0b38 commit a946141

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

annotation/annotations.gen.go

Lines changed: 16 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: 13 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,16 @@ annotations:
438438
resources:
439439
- AuthorizationPolicy
440440

441+
- name: istio.io/rev
442+
featureStatus: Alpha
443+
description: Specifies a control plane revision to which a given proxy is connected.
444+
This annotation is added automatically, not set by a user. In contrary to the label istio.io/rev,
445+
it represents the actual revision, not the requested revision.
446+
deprecated: false
447+
hidden: false
448+
resources:
449+
- Pod
450+
441451
- name: proxy.istio.io/overrides
442452
featureStatus: Alpha
443453
description: Used internally to indicate user-specified overrides in the proxy container of the pod during injection.

0 commit comments

Comments
 (0)