HostKit.Ingress.Route (host_kit v0.1.0-beta.1)

Copy Markdown View Source

Inspectable ingress route declaration.

Summary

Types

t()

@type t() :: %HostKit.Ingress.Route{
  host: String.t() | nil,
  meta: map(),
  path: String.t() | nil,
  proxy: HostKit.Ingress.Proxy.t() | nil
}