ServiceMeshMeshConfigKialiServerConfig

data class ServiceMeshMeshConfigKialiServerConfig(val webFqdn: String? = null, val webPort: Int? = null, val webRoot: String? = null, val webSchema: String? = null)

Constructors

Link copied to clipboard
constructor(webFqdn: String? = null, webPort: Int? = null, webRoot: String? = null, webSchema: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val webFqdn: String? = null

The domain name or address used when accessing the mesh topology in a custom way

Link copied to clipboard
val webPort: Int? = null

The port used when accessing the mesh topology in a custom way

Link copied to clipboard
val webRoot: String? = null

The root path of the service when accessing the mesh topology in a custom way

Link copied to clipboard
val webSchema: String? = null

The protocol used when accessing the mesh topology in a custom way. Can only be http or https