routeDestinations property

RouteDestinations? routeDestinations
getter/setter pair

Route destinations allow configuring the Gateway API HTTPRoute to be deployed to additional clusters.

This option is available for multi-cluster service mesh set ups that require the route to exist in the clusters that call the service. If unspecified, the HTTPRoute will only be deployed to the Target cluster.

Optional.

Implementation

RouteDestinations? routeDestinations;