google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.DomainMappingStatus View Source
The current state of the Domain Mapping.
Attributes
- conditions (list(GoogleApi.CloudRun.V1alpha1.Model.DomainMappingCondition.t)): Array of observed DomainMappingConditions, indicating the current state
of the DomainMapping. Defaults to
nil
. - mappedRouteName (String.t): The name of the route that the mapping currently points to. Defaults to
nil
. - 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 nil
.
- resourceRecords (list(GoogleApi.CloudRun.V1alpha1.Model.ResourceRecord.t)): 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
nil
.
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: String.t(),
observedGeneration: integer(),
resourceRecords: [GoogleApi.CloudRun.V1alpha1.Model.ResourceRecord.t()]
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.DomainMappingStatus{ conditions: [GoogleApi.CloudRun.V1alpha1.Model.DomainMappingCondition.t()], mappedRouteName: String.t(), observedGeneration: integer(), 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.