GoogleApi.Run.V1.Model.DomainMappingSpec (google_api_run v0.18.1)

The desired state of the Domain Mapping.

Attributes

  • certificateMode (type: String.t, default: nil) - The mode of the certificate.
  • forceOverride (type: boolean(), default: nil) - 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.
  • routeName (type: String.t, default: nil) - The name of the Knative Route that this DomainMapping applies to. The route must exist.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

Specs

t() :: %GoogleApi.Run.V1.Model.DomainMappingSpec{
  certificateMode: String.t(),
  forceOverride: boolean(),
  routeName: String.t()
}

Functions

decode(value, options)

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.