Inspectable ingress route declaration.
Summary
Types
@type t() :: %HostKit.Ingress.Route{ host: String.t() | nil, meta: map(), path: String.t() | nil, proxy: HostKit.Ingress.Proxy.t() | nil }
Inspectable ingress route declaration.
@type t() :: %HostKit.Ingress.Route{ host: String.t() | nil, meta: map(), path: String.t() | nil, proxy: HostKit.Ingress.Proxy.t() | nil }