Skip to content

Commit

Permalink
Merging from release-0.8 to master (istio#485)
Browse files Browse the repository at this point in the history
* Gateway hosts are required (istio#470)

* Clarify gateway selector scope (istio#474)

* Clarify gateway selector scope

* fix indent

* regen

* k8s -> Kubernetes

* Fix generated output
  • Loading branch information
hklai committed May 14, 2018
1 parent d540310 commit 269a492
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions networking/v1alpha3/gateway.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions networking/v1alpha3/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ message Gateway {

// One or more labels that indicate a specific set of pods/VMs
// on which this gateway configuration should be applied.
// The scope of label search is platform dependent.
// On Kubernetes, for example, the scope includes pods running in
// all reachable namespaces.
map<string, string> selector = 2;
}

Expand Down
5 changes: 4 additions & 1 deletion networking/v1alpha3/istio.networking.v1alpha3.pb.html
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,10 @@ <h2 id="Gateway">Gateway</h2>
<td><code>map&lt;string,&nbsp;string&gt;</code></td>
<td>
<p>One or more labels that indicate a specific set of pods/VMs
on which this gateway configuration should be applied.</p>
on which this gateway configuration should be applied.
The scope of label search is platform dependent.
On Kubernetes, for example, the scope includes pods running in
all reachable namespaces.</p>

</td>
</tr>
Expand Down

0 comments on commit 269a492

Please sign in to comment.