Uses of Class
io.fabric8.openshift.api.model.RouteIngressCondition
-
Packages that use RouteIngressCondition Package Description io.fabric8.openshift.api.model -
-
Uses of RouteIngressCondition in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return RouteIngressCondition Modifier and Type Method Description RouteIngressConditionRouteIngressConditionBuilder. build()RouteIngressConditionRouteIngressFluent. buildCondition(int index)RouteIngressConditionRouteIngressFluent. buildFirstCondition()RouteIngressConditionRouteIngressFluent. buildLastCondition()RouteIngressConditionRouteIngressFluent. buildMatchingCondition(Predicate<RouteIngressConditionBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type RouteIngressCondition Modifier and Type Method Description List<RouteIngressCondition>RouteIngressFluent. buildConditions()List<RouteIngressCondition>RouteIngress. getConditions()conditions is the state of the route, may be empty.Methods in io.fabric8.openshift.api.model with parameters of type RouteIngressCondition Modifier and Type Method Description RouteIngressFluent.ConditionsNested<A>RouteIngressFluent. addNewConditionLike(RouteIngressCondition item)ARouteIngressFluent. addToConditions(int index, RouteIngressCondition item)ARouteIngressFluent. addToConditions(RouteIngressCondition... items)protected voidRouteIngressConditionFluent. copyInstance(RouteIngressCondition instance)ARouteIngressFluent. removeFromConditions(RouteIngressCondition... items)RouteIngressFluent.ConditionsNested<A>RouteIngressFluent. setNewConditionLike(int index, RouteIngressCondition item)ARouteIngressFluent. setToConditions(int index, RouteIngressCondition item)ARouteIngressFluent. withConditions(RouteIngressCondition... conditions)Method parameters in io.fabric8.openshift.api.model with type arguments of type RouteIngressCondition Modifier and Type Method Description ARouteIngressFluent. addAllToConditions(Collection<RouteIngressCondition> items)ARouteIngressFluent. removeAllFromConditions(Collection<RouteIngressCondition> items)voidRouteIngress. setConditions(List<RouteIngressCondition> conditions)conditions is the state of the route, may be empty.ARouteIngressFluent. withConditions(List<RouteIngressCondition> conditions)Constructors in io.fabric8.openshift.api.model with parameters of type RouteIngressCondition Constructor Description RouteIngressConditionBuilder(RouteIngressCondition instance)RouteIngressConditionBuilder(RouteIngressConditionFluent<?> fluent, RouteIngressCondition instance)RouteIngressConditionFluent(RouteIngressCondition instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type RouteIngressCondition Constructor Description RouteIngress(List<RouteIngressCondition> conditions, String host, String routerCanonicalHostname, String routerName, String wildcardPolicy)
-