Uses of Class
io.fabric8.openshift.api.model.RouteIngress
-
Packages that use RouteIngress Package Description io.fabric8.openshift.api.model -
-
Uses of RouteIngress in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return RouteIngress Modifier and Type Method Description RouteIngressRouteIngressBuilder. build()RouteIngressRouteStatusFluent. buildFirstIngress()RouteIngressRouteStatusFluent. buildIngress(int index)RouteIngressRouteStatusFluent. buildLastIngress()RouteIngressRouteStatusFluent. buildMatchingIngress(Predicate<RouteIngressBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type RouteIngress Modifier and Type Method Description List<RouteIngress>RouteStatusFluent. buildIngress()List<RouteIngress>RouteStatus. getIngress()ingress describes the places where the route may be exposed.Methods in io.fabric8.openshift.api.model with parameters of type RouteIngress Modifier and Type Method Description RouteStatusFluent.IngressNested<A>RouteStatusFluent. addNewIngressLike(RouteIngress item)ARouteStatusFluent. addToIngress(int index, RouteIngress item)ARouteStatusFluent. addToIngress(RouteIngress... items)protected voidRouteIngressFluent. copyInstance(RouteIngress instance)ARouteStatusFluent. removeFromIngress(RouteIngress... items)RouteStatusFluent.IngressNested<A>RouteStatusFluent. setNewIngressLike(int index, RouteIngress item)ARouteStatusFluent. setToIngress(int index, RouteIngress item)ARouteStatusFluent. withIngress(RouteIngress... ingress)Method parameters in io.fabric8.openshift.api.model with type arguments of type RouteIngress Modifier and Type Method Description ARouteStatusFluent. addAllToIngress(Collection<RouteIngress> items)ARouteStatusFluent. removeAllFromIngress(Collection<RouteIngress> items)voidRouteStatus. setIngress(List<RouteIngress> ingress)ingress describes the places where the route may be exposed.ARouteStatusFluent. withIngress(List<RouteIngress> ingress)Constructors in io.fabric8.openshift.api.model with parameters of type RouteIngress Constructor Description RouteIngressBuilder(RouteIngress instance)RouteIngressBuilder(RouteIngressFluent<?> fluent, RouteIngress instance)RouteIngressFluent(RouteIngress instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type RouteIngress Constructor Description RouteStatus(List<RouteIngress> ingress)
-