Package io.quarkus.kubernetes.deployment
Interface TLSConfig
public interface TLSConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe cert authority certificate contents.The certificate contents.The contents of the ca certificate of the final destination.The desired behavior for insecure connections to a route.key()The key file contents.The termination type.
-
Method Details
-
caCertificate
The cert authority certificate contents. -
certificate
The certificate contents. -
destinationCACertificate
The contents of the ca certificate of the final destination. -
insecureEdgeTerminationPolicy
The desired behavior for insecure connections to a route. -
key
The key file contents. -
termination
The termination type.
-