Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
RouteIngressCondition |
RouteIngressConditionBuilder.build() |
RouteIngressCondition |
DoneableRouteIngressCondition.done() |
Modifier and Type | Method and Description |
---|---|
List<RouteIngressCondition> |
RouteIngressFluent.getConditions() |
List<RouteIngressCondition> |
RouteIngressFluentImpl.getConditions() |
List<RouteIngressCondition> |
RouteIngress.getConditions() |
Modifier and Type | Method and Description |
---|---|
RouteIngressFluent.ConditionsNested<A> |
RouteIngressFluent.addNewConditionLike(RouteIngressCondition item) |
RouteIngressFluent.ConditionsNested<A> |
RouteIngressFluentImpl.addNewConditionLike(RouteIngressCondition item) |
A |
RouteIngressFluent.addToConditions(RouteIngressCondition... items) |
A |
RouteIngressFluentImpl.addToConditions(RouteIngressCondition... items) |
A |
RouteIngressFluent.removeFromConditions(RouteIngressCondition... items) |
A |
RouteIngressFluentImpl.removeFromConditions(RouteIngressCondition... items) |
A |
RouteIngressFluent.withConditions(RouteIngressCondition... conditions) |
A |
RouteIngressFluentImpl.withConditions(RouteIngressCondition... conditions) |
Modifier and Type | Method and Description |
---|---|
void |
RouteIngress.setConditions(List<RouteIngressCondition> conditions) |
A |
RouteIngressFluent.withConditions(List<RouteIngressCondition> conditions) |
A |
RouteIngressFluentImpl.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 routerName) |
Copyright © 2011–2016 Red Hat. All rights reserved.