GetAppSpecIngressRuleComponent

data class GetAppSpecIngressRuleComponent(val name: String, val preservePathPrefix: Boolean, val rewrite: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the component.

Link copied to clipboard

An optional flag to preserve the path that is forwarded to the backend service.

Link copied to clipboard