google_api_cloud_run v0.15.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.

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() :: %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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.