Uses of Class
io.fabric8.openshift.api.model.RoutePort
-
Packages that use RoutePort Package Description io.fabric8.openshift.api.model -
-
Uses of RoutePort in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return RoutePort Modifier and Type Method Description RoutePortRoutePortBuilder. build()RoutePortRouteSpecFluent. buildPort()RoutePortRouteSpec. getPort()RouteSpec describes the hostname or path the route exposes, any security information, and one to four backends (services) the route points to.Methods in io.fabric8.openshift.api.model with parameters of type RoutePort Modifier and Type Method Description protected voidRoutePortFluent. copyInstance(RoutePort instance)RouteSpecFluent.PortNested<A>RouteSpecFluent. editOrNewPortLike(RoutePort item)voidRouteSpec. setPort(RoutePort port)RouteSpec describes the hostname or path the route exposes, any security information, and one to four backends (services) the route points to.RouteSpecFluent.PortNested<A>RouteSpecFluent. withNewPortLike(RoutePort item)ARouteSpecFluent. withPort(RoutePort port)Constructors in io.fabric8.openshift.api.model with parameters of type RoutePort Constructor Description RoutePortBuilder(RoutePort instance)RoutePortBuilder(RoutePortFluent<?> fluent, RoutePort instance)RoutePortFluent(RoutePort instance)RouteSpec(List<RouteTargetReference> alternateBackends, String host, RouteHTTPHeaders httpHeaders, String path, RoutePort port, String subdomain, TLSConfig tls, RouteTargetReference to, String wildcardPolicy)
-