google_api_cloud_run v0.35.0 GoogleApi.CloudRun.V1alpha1.Model.DomainMappingStatus View Source
The current state of the Domain Mapping.
Attributes
conditions
(type:list(GoogleApi.CloudRun.V1alpha1.Model.DomainMappingCondition.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.CloudRun.V1alpha1.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
) - Cloud Run fully managed: not supportedCloud Run on GKE: supported Holds the URL that will serve the traffic of the DomainMapping. +optional
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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()], url: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.