Skip to content
DocsTry Aspire
DocsTry

HttpRouteSpecV1 Properties

ClassProperties3 members
Represents the specification of an HTTPRoute resource.
HostnamesSection titled HostnamesList<string>
Gets the hostnames that this route matches. If empty, matches all hostnames.
public List<string> Hostnames { get; }
Gets the parent references that this route attaches to (typically Gateway resources).
public List<HttpRouteParentRefV1> ParentRefs { get; }
Gets the routing rules for this HTTPRoute.
public List<HttpRouteRuleV1> Rules { get; }