Package io.quarkus.kubernetes.deployment
Class TLSConfig
java.lang.Object
io.quarkus.kubernetes.deployment.TLSConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe 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.The key file contents.The termination type. -
Constructor Summary
Constructors -
Method Summary
-
Field 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.
-
-
Constructor Details
-
TLSConfig
public TLSConfig()
-