View Source GoogleApi.Run.V1.Model.DomainMappingSpec (google_api_run v0.30.0)

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

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.