TunnelConfigConfigIngressRule

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostname: String? = null
Link copied to clipboard
val path: String? = null
Link copied to clipboard