google_api_cloud_run v0.0.1 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: null.

    • Enum - one of [CERTIFICATE_MODE_UNSPECIFIED, NONE, AUTOMATIC]
  • 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: null.
  • routeName (String.t): The name of the Knative Route that this DomainMapping applies to. The route must exist. Defaults to: null.

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: any(),
  forceOverride: any(),
  routeName: any()
}

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.