TunnelConfigConfigIngressRule

data class TunnelConfigConfigIngressRule(val hostname: String? = null, val originRequest: TunnelConfigConfigIngressRuleOriginRequest? = null, val path: String? = null, val service: String)

Constructors

Link copied to clipboard
constructor(hostname: String? = null, originRequest: TunnelConfigConfigIngressRuleOriginRequest? = null, path: String? = null, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostname: String? = null

Hostname to match the incoming request with. If the hostname matches, the request will be sent to the service.

Link copied to clipboard
val path: String? = null

Path of the incoming request. If the path matches, the request will be sent to the local service.

Link copied to clipboard

Name of the service to which the request will be sent.