Domain Mapping Status Response
data class DomainMappingStatusResponse(val conditions: List<GoogleCloudRunV1ConditionResponse>, val mappedRouteName: String, val observedGeneration: Int, val resourceRecords: List<ResourceRecordResponse>, val url: String)
The current state of the Domain Mapping.
Constructors
Link copied to clipboard
constructor(conditions: List<GoogleCloudRunV1ConditionResponse>, mappedRouteName: String, observedGeneration: Int, resourceRecords: List<ResourceRecordResponse>, url: String)
Properties
Link copied to clipboard
Array of observed DomainMappingConditions, indicating the current state of the DomainMapping.
Link copied to clipboard
The name of the route that the mapping currently points to.
Link copied to clipboard
ObservedGeneration is the 'Generation' of the DomainMapping that was last processed by the controller. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.
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.