CertificateAuthorityDomainConfig(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
CertificateAuthorityDomainConfig configures one or more fully qualified domain names (FQDN) to a specific certificate.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
fqdns |
MutableSequence[str]
List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000 |
gcp_secret_manager_certificate_config |
google.cloud.container_v1beta1.types.ContainerdConfig.PrivateRegistryAccessConfig.CertificateAuthorityDomainConfig.GCPSecretManagerCertificateConfig
Google Secret Manager (GCP) certificate configuration. This field is a member of oneof _ certificate_config .
|
Classes
GCPSecretManagerCertificateConfig
GCPSecretManagerCertificateConfig(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
GCPSecretManagerCertificateConfig configures a secret from Google
Secret Manager <https://cloud.google.com/secret-manager>
__.