View Source GoogleApi.Run.V1.Model.DomainMappingStatus (google_api_run v0.39.0)
The current state of the Domain Mapping.
Attributes
-
conditions(type:list(GoogleApi.Run.V1.Model.GoogleCloudRunV1Condition.t), default:nil) - Array of observed DomainMappingConditions, indicating the current state of the DomainMapping. -
mappedRouteName(type:String.t, default:nil) - The name of the route that the mapping currently points to. -
observedGeneration(type:integer(), default:nil) - 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. -
resourceRecords(type:list(GoogleApi.Run.V1.Model.ResourceRecord.t), default:nil) - 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. -
url(type:String.t, default:nil) - Optional. Not supported by Cloud Run.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Run.V1.Model.DomainMappingStatus{ conditions: [GoogleApi.Run.V1.Model.GoogleCloudRunV1Condition.t()] | nil, mappedRouteName: String.t() | nil, observedGeneration: integer() | nil, resourceRecords: [GoogleApi.Run.V1.Model.ResourceRecord.t()] | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.