Uses of Class
io.fabric8.openshift.api.model.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)RouteIngressConditionRouteIngressFluentImpl. buildCondition(int index)RouteIngressConditionRouteIngressFluent. buildFirstCondition()RouteIngressConditionRouteIngressFluentImpl. buildFirstCondition()RouteIngressConditionRouteIngressFluent. buildLastCondition()RouteIngressConditionRouteIngressFluentImpl. buildLastCondition()RouteIngressConditionRouteIngressFluent. buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<RouteIngressConditionBuilder> predicate)RouteIngressConditionRouteIngressFluentImpl. buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<RouteIngressConditionBuilder> predicate)RouteIngressConditionDoneableRouteIngressCondition. done()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>RouteIngressFluentImpl. buildConditions()List<RouteIngressCondition>RouteIngress. getConditions()List<RouteIngressCondition>RouteIngressFluent. getConditions()Deprecated.List<RouteIngressCondition>RouteIngressFluentImpl. getConditions()Deprecated.Method parameters in io.fabric8.openshift.api.model with type arguments of type RouteIngressCondition Modifier and Type Method Description ARouteIngressFluent. addAllToConditions(Collection<RouteIngressCondition> items)ARouteIngressFluentImpl. addAllToConditions(Collection<RouteIngressCondition> items)ARouteIngressFluent. removeAllFromConditions(Collection<RouteIngressCondition> items)ARouteIngressFluentImpl. removeAllFromConditions(Collection<RouteIngressCondition> items)voidRouteIngress. setConditions(List<RouteIngressCondition> conditions)ARouteIngressFluent. withConditions(List<RouteIngressCondition> conditions)ARouteIngressFluentImpl. withConditions(List<RouteIngressCondition> conditions)Constructors in io.fabric8.openshift.api.model with parameters of type RouteIngressCondition Constructor Description DoneableRouteIngressCondition(RouteIngressCondition item)DoneableRouteIngressCondition(RouteIngressCondition item, io.fabric8.kubernetes.api.builder.Function<RouteIngressCondition,RouteIngressCondition> function)RouteIngressConditionBuilder(RouteIngressCondition instance)RouteIngressConditionBuilder(RouteIngressConditionFluent<?> fluent, RouteIngressCondition instance)RouteIngressConditionBuilder(RouteIngressConditionFluent<?> fluent, RouteIngressCondition instance, Boolean validationEnabled)RouteIngressConditionBuilder(RouteIngressCondition instance, Boolean validationEnabled)RouteIngressConditionFluentImpl(RouteIngressCondition instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type RouteIngressCondition Constructor Description DoneableRouteIngressCondition(io.fabric8.kubernetes.api.builder.Function<RouteIngressCondition,RouteIngressCondition> function)DoneableRouteIngressCondition(io.fabric8.kubernetes.api.builder.Function<RouteIngressCondition,RouteIngressCondition> function)DoneableRouteIngressCondition(RouteIngressCondition item, io.fabric8.kubernetes.api.builder.Function<RouteIngressCondition,RouteIngressCondition> function)DoneableRouteIngressCondition(RouteIngressCondition item, io.fabric8.kubernetes.api.builder.Function<RouteIngressCondition,RouteIngressCondition> function)RouteIngress(List<RouteIngressCondition> conditions, String host, String routerCanonicalHostname, String routerName, String wildcardPolicy)