IngressSupport

API: Stable

data class IngressSupport(
    val domainPrefix: String,
    val domainSuffix: String,
    val product: ProductReference,
    val maintenance: Maintenance?,
)
Properties
domainPrefix: String
domainSuffix: String
product: ProductReference
maintenance: Maintenance?