RoutingConfig

data class RoutingConfig(val defaultBackendId: String)

Routing defaults for selecting backend servers.

Constructors

Link copied to clipboard
constructor(defaultBackendId: String)

Properties

Link copied to clipboard

Backend identifier used when no rule matches.