Package io.quarkus.kubernetes.deployment
Class RouteConfig
java.lang.Object
io.quarkus.kubernetes.deployment.RouteConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionCustom annotations to add to exposition (route or ingress) resources(package private) booleanIf true, the service will be exposedThe host under which the application is going to be exposed(package private) StringThe target named port.(package private) TLSConfigThe TLS configuration for the route. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expose
@ConfigItem boolean exposeIf true, the service will be exposed -
host
The host under which the application is going to be exposed -
targetPort
The target named port. If not provided, it will be deducted from the Service resource ports. Options are: "http" and "https". -
annotations
Custom annotations to add to exposition (route or ingress) resources -
tls
TLSConfig tlsThe TLS configuration for the route.
-
-
Constructor Details
-
RouteConfig
public RouteConfig()
-