Skip to content

Commit 9a42397

Browse files
authored
docs: clear sourceLabels (#1955)
* docs: clear sourceLabels Signed-off-by: Long Dai <long0dai@foxmail.com> * feedback Signed-off-by: Long Dai <long0dai@foxmail.com> * feedback Signed-off-by: Long Dai <long0dai@foxmail.com>
1 parent 6009ec6 commit 9a42397

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

networking/v1alpha3/virtual_service.gen.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.pb.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,9 +1069,9 @@ message HTTPMatchRequest {
10691069
// in these cases it is not required to explicitly select the port.
10701070
uint32 port = 6;
10711071

1072-
// One or more labels that constrain the applicability of a rule to
1073-
// workloads with the given labels. If the VirtualService has a list of
1074-
// gateways specified in the top-level `gateways` field, it must include the reserved gateway
1072+
// One or more labels that constrain the applicability of a rule to source (client) workloads
1073+
// with the given labels. If the VirtualService has a list of gateways specified
1074+
// in the top-level `gateways` field, it must include the reserved gateway
10751075
// `mesh` for this field to be applicable.
10761076
map<string, string> source_labels = 7;
10771077

0 commit comments

Comments
 (0)