google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.DomainMappingStatus View Source
The current state of the Domain Mapping.
Attributes
- conditions ([DomainMappingCondition]): Array of observed DomainMappingConditions, indicating the current state of the DomainMapping. Defaults to:
null
. - mappedRouteName (String.t): The name of the route that the mapping currently points to. Defaults to:
null
. - observedGeneration (integer()): 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. Defaults to:
null
. - resourceRecords ([ResourceRecord]): 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. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.DomainMappingStatus{
conditions: [GoogleApi.CloudRun.V1alpha1.Model.DomainMappingCondition.t()],
mappedRouteName: any(),
observedGeneration: any(),
resourceRecords: [GoogleApi.CloudRun.V1alpha1.Model.ResourceRecord.t()]
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.DomainMappingStatus{ conditions: [GoogleApi.CloudRun.V1alpha1.Model.DomainMappingCondition.t()], mappedRouteName: any(), observedGeneration: any(), resourceRecords: [GoogleApi.CloudRun.V1alpha1.Model.ResourceRecord.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.