Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
WatchEventFluent.RouteIngressConditionObjectNested<A> |
WatchEventFluentImpl.withNewRouteIngressConditionObjectLike(RouteIngressCondition item) |
WatchEventFluent.RouteIngressConditionObjectNested<A> |
WatchEventFluent.withNewRouteIngressConditionObjectLike(RouteIngressCondition item) |
A |
WatchEventFluentImpl.withRouteIngressConditionObject(RouteIngressCondition routeIngressConditionObject) |
A |
WatchEventFluent.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 |
---|---|
List<RouteIngressCondition> |
RouteIngressFluentImpl.buildConditions() |
List<RouteIngressCondition> |
RouteIngressFluent.buildConditions() |
List<RouteIngressCondition> |
RouteIngressFluentImpl.getConditions()
Deprecated.
|
List<RouteIngressCondition> |
RouteIngressFluent.getConditions()
Deprecated.
|
List<RouteIngressCondition> |
RouteIngress.getConditions() |
Modifier and Type | Method and Description |
---|---|
A |
RouteIngressFluentImpl.addAllToConditions(Collection<RouteIngressCondition> items) |
A |
RouteIngressFluent.addAllToConditions(Collection<RouteIngressCondition> items) |
A |
RouteIngressFluentImpl.removeAllFromConditions(Collection<RouteIngressCondition> items) |
A |
RouteIngressFluent.removeAllFromConditions(Collection<RouteIngressCondition> items) |
void |
RouteIngress.setConditions(List<RouteIngressCondition> conditions) |
A |
RouteIngressFluentImpl.withConditions(List<RouteIngressCondition> conditions) |
A |
RouteIngressFluent.withConditions(List<RouteIngressCondition> conditions) |
Constructor and Description |
---|
DoneableRouteIngressCondition(RouteIngressCondition item) |
DoneableRouteIngressCondition(RouteIngressCondition item,
Function<RouteIngressCondition,RouteIngressCondition> function) |
RouteIngressConditionBuilder(RouteIngressCondition instance) |
RouteIngressConditionBuilder(RouteIngressCondition instance,
Boolean validationEnabled) |
RouteIngressConditionBuilder(RouteIngressConditionFluent<?> fluent,
RouteIngressCondition instance) |
RouteIngressConditionBuilder(RouteIngressConditionFluent<?> fluent,
RouteIngressCondition instance,
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(List<RouteIngressCondition> conditions,
String host,
String routerCanonicalHostname,
String routerName,
String wildcardPolicy) |
Copyright © 2011–2017 Red Hat. All rights reserved.