gateway api v1.2.0 experimental

Gateway.spec.backendTLS

BackendTLS configures TLS settings for when this Gateway is connecting to backends with TLS. Support: Core

1 fields
Gateway.spec.backendTLS fields and descriptions
Field / TypeDescription
object

ClientCertificateRef is a reference to an object that contains a Client Certificate and the associated private key. References to a resource in different namespace are invalid UNLESS there is a ReferenceGrant in the target namespace that allows the certificate to be attached. If a ReferenceGrant does not allow this reference, the "ResolvedRefs" condition MUST be set to False for this listener with the "RefNotPermitted" reason. ClientCertificateRef can reference to standard Kubernetes resources, i.e. Secret, or implementation-specific custom resources. This setting can be overridden on the service level by use of BackendTLSPolicy. Support: Core