Skip to content

Commit d8960ed

Browse files
author
Daniel Hawton
authored
Merge pull request #3 from solo-io/ambient-label
add dataplane label to api
2 parents b76e722 + d82b07e commit d8960ed

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

label/labels.gen.go

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

label/labels.pb.html

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

label/labels.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ labels:
5757
resources:
5858
- Namespace
5959

60+
- name: istio.io/dataplane-mode
61+
featureStatus: Alpha
62+
description: Set the mode for the dataplane, e.g. "ambient", "none". If this label
63+
exists along with the istio-injection or istio.io/rev label, the latter will take precedence
64+
and this label would be ignored. Values other than "ambient" are treated as "none".
65+
hidden: false
66+
deprecated: false
67+
resources:
68+
- Namespace
69+
6070
- name: operator.istio.io/component
6171
featureStatus: Alpha
6272
description: Istio operator component name of the resource, e.g. `Pilot`

0 commit comments

Comments
 (0)