IngressSpecification
¶
data class IngressSpecification(
val domain: String,
val product: ProductReference,
)
Properties
domain
: String
The domain used for L7 load-balancing for use with this `Ingress`
String
product
: ProductReference
The product used for the `Ingress`
ProductReference