HttpRouteSpecV1
Class sealed net8.0
Represents the specification of an HTTPRoute resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class HttpRouteSpecV1{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesHostnamesgetList<string> Gets the hostnames that this route matches. If empty, matches all hostnames.
ParentRefsget Gets the parent references that this route attaches to (typically Gateway resources).
Rulesget Gets the routing rules for this HTTPRoute.