Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RouteDestinations

import type { RouteDestinations } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

Information about route destinations for the Gateway API service mesh.

interface RouteDestinations {
destinationIds?: string[];
propagateService?: boolean;
}

§Properties

§
destinationIds?: string[]
[src]

Required. The clusters where the Gateway API HTTPRoute resource will be deployed to. Valid entries include the associated entities IDs configured in the Target resource and "@self" to include the Target cluster.

§
propagateService?: boolean
[src]

Optional. Whether to propagate the Kubernetes Service to the route destination clusters. The Service will always be deployed to the Target cluster even if the HTTPRoute is not. This option may be used to facilitate successful DNS lookup in the route destination clusters. Can only be set to true if destinations are specified.