Domain Mapping Status
data class DomainMappingStatus(val conditions: List<DomainMappingStatusCondition>? = null, val mappedRouteName: String? = null, val observedGeneration: Int? = null, val resourceRecords: List<DomainMappingStatusResourceRecord>? = null)
Constructors
Link copied to clipboard
constructor(conditions: List<DomainMappingStatusCondition>? = null, mappedRouteName: String? = null, observedGeneration: Int? = null, resourceRecords: List<DomainMappingStatusResourceRecord>? = null)
Properties
Link copied to clipboard
(Output) Array of observed DomainMappingConditions, indicating the current state of the DomainMapping. Structure is documented below.
Link copied to clipboard
(Output) The name of the route that the mapping currently points to.
Link copied to clipboard
(Output) ObservedGeneration is the 'Generation' of the DomainMapping that was last processed by the controller.
Link copied to clipboard
The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping. Structure is documented below.