google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.DomainMappingSpec View Source

The desired state of the Domain Mapping.

Attributes

  • certificateMode (String.t): The mode of the certificate. Defaults to nil.
  • forceOverride (boolean()): If set, the mapping will override any mapping set before this spec was set. It is recommended that the user leaves this empty to receive an error warning about a potential conflict and only set it once the respective UI has given such a warning. Defaults to nil.
  • routeName (String.t): The name of the Knative Route that this DomainMapping applies to. The route must exist. 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() :: %GoogleApi.CloudRun.V1alpha1.Model.DomainMappingSpec{
  certificateMode: String.t(),
  forceOverride: boolean(),
  routeName: String.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.