Closed
Description
What would you like to be added:
Document gateway/route association. Should the default approach be open or closed?
Why is this needed:
Define the route
field of the gateway
resource. Should routes a) be associated to a gateway by default and use gateway.spec.routes
as a filtering mechanism (default open) or b) not be associated to a gateway unless specified by gateway.spec.routes
(default closed)? Default open provides ease-of-use, but may cause inadvertent route association. Default closed is more secure but requires additional coordination between cluster operator and developers.
/cc @bowei @jpeach @ironcladlou @Miciah
xref: #71