| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
WatchEventFluent.RouteIngressConditionObjectNested<A> |
WatchEventFluent.withNewRouteIngressConditionObjectLike(RouteIngressCondition item) |
WatchEventFluent.RouteIngressConditionObjectNested<A> |
WatchEventFluentImpl.withNewRouteIngressConditionObjectLike(RouteIngressCondition item) |
A |
WatchEventFluent.withRouteIngressConditionObject(RouteIngressCondition routeIngressConditionObject) |
A |
WatchEventFluentImpl.withRouteIngressConditionObject(RouteIngressCondition routeIngressConditionObject) |
| Modifier and Type | Method and Description |
|---|---|
RouteIngressCondition |
RouteIngressConditionBuilder.build() |
RouteIngressCondition |
RouteIngressFluentImpl.buildCondition(int index) |
RouteIngressCondition |
RouteIngressFluent.buildCondition(int index) |
RouteIngressCondition |
RouteIngressFluentImpl.buildFirstCondition() |
RouteIngressCondition |
RouteIngressFluent.buildFirstCondition() |
RouteIngressCondition |
RouteIngressFluentImpl.buildLastCondition() |
RouteIngressCondition |
RouteIngressFluent.buildLastCondition() |
RouteIngressCondition |
RouteIngressFluentImpl.buildMatchingCondition(Predicate<RouteIngressConditionBuilder> predicate) |
RouteIngressCondition |
RouteIngressFluent.buildMatchingCondition(Predicate<RouteIngressConditionBuilder> predicate) |
RouteIngressCondition |
DoneableRouteIngressCondition.done() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RouteIngressCondition> |
RouteIngressFluentImpl.buildConditions() |
java.util.List<RouteIngressCondition> |
RouteIngressFluent.buildConditions() |
java.util.List<RouteIngressCondition> |
RouteIngressFluentImpl.getConditions()
Deprecated.
|
java.util.List<RouteIngressCondition> |
RouteIngressFluent.getConditions()
Deprecated.
|
java.util.List<RouteIngressCondition> |
RouteIngress.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
A |
RouteIngressFluentImpl.addAllToConditions(java.util.Collection<RouteIngressCondition> items) |
A |
RouteIngressFluent.addAllToConditions(java.util.Collection<RouteIngressCondition> items) |
A |
RouteIngressFluentImpl.removeAllFromConditions(java.util.Collection<RouteIngressCondition> items) |
A |
RouteIngressFluent.removeAllFromConditions(java.util.Collection<RouteIngressCondition> items) |
void |
RouteIngress.setConditions(java.util.List<RouteIngressCondition> conditions) |
A |
RouteIngressFluentImpl.withConditions(java.util.List<RouteIngressCondition> conditions) |
A |
RouteIngressFluent.withConditions(java.util.List<RouteIngressCondition> conditions) |
| Constructor and Description |
|---|
DoneableRouteIngressCondition(RouteIngressCondition item) |
DoneableRouteIngressCondition(RouteIngressCondition item,
Function<RouteIngressCondition,RouteIngressCondition> function) |
RouteIngressConditionBuilder(RouteIngressCondition instance) |
RouteIngressConditionBuilder(RouteIngressCondition instance,
java.lang.Boolean validationEnabled) |
RouteIngressConditionBuilder(RouteIngressConditionFluent<?> fluent,
RouteIngressCondition instance) |
RouteIngressConditionBuilder(RouteIngressConditionFluent<?> fluent,
RouteIngressCondition instance,
java.lang.Boolean validationEnabled) |
RouteIngressConditionFluentImpl(RouteIngressCondition instance) |
| Constructor and Description |
|---|
DoneableRouteIngressCondition(Function<RouteIngressCondition,RouteIngressCondition> function) |
DoneableRouteIngressCondition(Function<RouteIngressCondition,RouteIngressCondition> function) |
DoneableRouteIngressCondition(RouteIngressCondition item,
Function<RouteIngressCondition,RouteIngressCondition> function) |
DoneableRouteIngressCondition(RouteIngressCondition item,
Function<RouteIngressCondition,RouteIngressCondition> function) |
RouteIngress(java.util.List<RouteIngressCondition> conditions,
java.lang.String host,
java.lang.String routerCanonicalHostname,
java.lang.String routerName,
java.lang.String wildcardPolicy) |
Copyright © 2015-2019 Red Hat. All Rights Reserved.