Resource to hold the state and status of a user's domain mapping.
-
apiVersion
(type:String.t
, default:nil
) - The API version for this call such as "domains.cloudrun.com/v1". -
kind
(type:String.t
, default:nil
) - The kind of resource, in this case "DomainMapping". -
metadata
(type:GoogleApi.Run.V1.Model.ObjectMeta.t
, default:nil
) - Metadata associated with this BuildTemplate. -
spec
(type:GoogleApi.Run.V1.Model.DomainMappingSpec.t
, default:nil
) - The spec for this DomainMapping. -
status
(type:GoogleApi.Run.V1.Model.DomainMappingStatus.t
, default:nil
) - The current status of the DomainMapping.
Specs
t() :: %GoogleApi.Run.V1.Model.DomainMapping{ apiVersion: String.t(), kind: String.t(), metadata: GoogleApi.Run.V1.Model.ObjectMeta.t(), spec: GoogleApi.Run.V1.Model.DomainMappingSpec.t(), status: GoogleApi.Run.V1.Model.DomainMappingStatus.t() }