AppSpecIngressRuleComponent

data class AppSpecIngressRuleComponent(val name: String? = null, val preservePathPrefix: Boolean? = null, val rewrite: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, preservePathPrefix: Boolean? = null, rewrite: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the component to route to.

Link copied to clipboard

An optional boolean flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component.

Link copied to clipboard
val rewrite: String? = null

An optional field that will rewrite the path of the component to be what is specified here. This is mutually exclusive with preserve_path_prefix.