Package io.quarkus.kubernetes.deployment
Class RouteConfig
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.RouteConfig
-
public class RouteConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Map<String,String>annotationsCustom annotations to add to exposition (route or ingress) resources(package private) booleanexposeIf true, the service will be exposed(package private) Optional<String>hostThe host under which the application is going to be exposed(package private) Optional<String>targetPortThe target named port.
-
Constructor Summary
Constructors Constructor Description RouteConfig()
-