Uses of Class
io.fabric8.openshift.api.model.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()RouteIngressRouteStatusFluentImpl. buildFirstIngress()RouteIngressRouteStatusFluent. buildIngress(int index)RouteIngressRouteStatusFluentImpl. buildIngress(int index)RouteIngressRouteStatusFluent. buildLastIngress()RouteIngressRouteStatusFluentImpl. buildLastIngress()RouteIngressRouteStatusFluent. buildMatchingIngress(io.fabric8.kubernetes.api.builder.Predicate<RouteIngressBuilder> predicate)RouteIngressRouteStatusFluentImpl. buildMatchingIngress(io.fabric8.kubernetes.api.builder.Predicate<RouteIngressBuilder> predicate)RouteIngressDoneableRouteIngress. done()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>RouteStatusFluentImpl. buildIngress()List<RouteIngress>RouteStatus. getIngress()List<RouteIngress>RouteStatusFluent. getIngress()Deprecated.List<RouteIngress>RouteStatusFluentImpl. getIngress()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type RouteIngress Modifier and Type Method Description RouteStatusFluent.IngressNested<A>RouteStatusFluent. addNewIngressLike(RouteIngress item)RouteStatusFluent.IngressNested<A>RouteStatusFluentImpl. addNewIngressLike(RouteIngress item)ARouteStatusFluent. addToIngress(int index, RouteIngress item)ARouteStatusFluent. addToIngress(RouteIngress... items)ARouteStatusFluentImpl. addToIngress(int index, RouteIngress item)ARouteStatusFluentImpl. addToIngress(RouteIngress... items)ARouteStatusFluent. removeFromIngress(RouteIngress... items)ARouteStatusFluentImpl. removeFromIngress(RouteIngress... items)RouteStatusFluent.IngressNested<A>RouteStatusFluent. setNewIngressLike(int index, RouteIngress item)RouteStatusFluent.IngressNested<A>RouteStatusFluentImpl. setNewIngressLike(int index, RouteIngress item)ARouteStatusFluent. setToIngress(int index, RouteIngress item)ARouteStatusFluentImpl. setToIngress(int index, RouteIngress item)ARouteStatusFluent. withIngress(RouteIngress... ingress)ARouteStatusFluentImpl. 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)ARouteStatusFluentImpl. addAllToIngress(Collection<RouteIngress> items)ARouteStatusFluent. removeAllFromIngress(Collection<RouteIngress> items)ARouteStatusFluentImpl. removeAllFromIngress(Collection<RouteIngress> items)voidRouteStatus. setIngress(List<RouteIngress> ingress)ARouteStatusFluent. withIngress(List<RouteIngress> ingress)ARouteStatusFluentImpl. withIngress(List<RouteIngress> ingress)Constructors in io.fabric8.openshift.api.model with parameters of type RouteIngress Constructor Description DoneableRouteIngress(RouteIngress item)DoneableRouteIngress(RouteIngress item, io.fabric8.kubernetes.api.builder.Function<RouteIngress,RouteIngress> function)RouteIngressBuilder(RouteIngress instance)RouteIngressBuilder(RouteIngressFluent<?> fluent, RouteIngress instance)RouteIngressBuilder(RouteIngressFluent<?> fluent, RouteIngress instance, Boolean validationEnabled)RouteIngressBuilder(RouteIngress instance, Boolean validationEnabled)RouteIngressFluentImpl(RouteIngress instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type RouteIngress Constructor Description DoneableRouteIngress(io.fabric8.kubernetes.api.builder.Function<RouteIngress,RouteIngress> function)DoneableRouteIngress(io.fabric8.kubernetes.api.builder.Function<RouteIngress,RouteIngress> function)DoneableRouteIngress(RouteIngress item, io.fabric8.kubernetes.api.builder.Function<RouteIngress,RouteIngress> function)DoneableRouteIngress(RouteIngress item, io.fabric8.kubernetes.api.builder.Function<RouteIngress,RouteIngress> function)RouteStatus(List<RouteIngress> ingress)