Skip to content
Docs Try Aspire
Docs Try

HttpRouteSpecV1 Properties

Class Properties 3 members
Represents the specification of an HTTPRoute resource.
Hostnames Section titled Hostnames List<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; }