DomainMappingSpecResponse

data class DomainMappingSpecResponse(val certificateMode: String, val forceOverride: Boolean, val routeName: String)

The desired state of the Domain Mapping.

Constructors

Link copied to clipboard
fun DomainMappingSpecResponse(certificateMode: String, forceOverride: Boolean, routeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The mode of the certificate.

Link copied to clipboard

If set, the mapping will override any mapping set before this spec was set. It is recommended that the user leaves this empty to receive an error warning about a potential conflict and only set it once the respective UI has given such a warning.

Link copied to clipboard

The name of the Knative Route that this DomainMapping applies to. The route must exist.