GoogleApi.Container.V1.Model.CertificateAuthorityDomainConfig (google_api_container v0.57.0)

View Source

CertificateAuthorityDomainConfig configures one or more fully qualified domain names (FQDN) to a specific certificate.

Attributes

  • fqdns (type: list(String.t), default: nil) - List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000
  • gcpSecretManagerCertificateConfig (type: GoogleApi.Container.V1.Model.GCPSecretManagerCertificateConfig.t, default: nil) - Google Secret Manager (GCP) certificate configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.CertificateAuthorityDomainConfig{
  fqdns: [String.t()] | nil,
  gcpSecretManagerCertificateConfig:
    GoogleApi.Container.V1.Model.GCPSecretManagerCertificateConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.