| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
ComponentRouteStatus |
ComponentRouteStatusBuilder.build() |
ComponentRouteStatus |
IngressStatusFluent.buildComponentRoute(int index) |
ComponentRouteStatus |
IngressStatusFluent.buildFirstComponentRoute() |
ComponentRouteStatus |
IngressStatusFluent.buildLastComponentRoute() |
ComponentRouteStatus |
IngressStatusFluent.buildMatchingComponentRoute(Predicate<ComponentRouteStatusBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentRouteStatus> |
IngressStatusFluent.buildComponentRoutes() |
List<ComponentRouteStatus> |
IngressStatus.getComponentRoutes() |
| Modifier and Type | Method and Description |
|---|---|
IngressStatusFluent.ComponentRoutesNested<A> |
IngressStatusFluent.addNewComponentRouteLike(ComponentRouteStatus item) |
A |
IngressStatusFluent.addToComponentRoutes(ComponentRouteStatus... items) |
A |
IngressStatusFluent.addToComponentRoutes(int index,
ComponentRouteStatus item) |
protected void |
ComponentRouteStatusFluent.copyInstance(ComponentRouteStatus instance) |
A |
IngressStatusFluent.removeFromComponentRoutes(ComponentRouteStatus... items) |
IngressStatusFluent.ComponentRoutesNested<A> |
IngressStatusFluent.setNewComponentRouteLike(int index,
ComponentRouteStatus item) |
A |
IngressStatusFluent.setToComponentRoutes(int index,
ComponentRouteStatus item) |
A |
IngressStatusFluent.withComponentRoutes(ComponentRouteStatus... componentRoutes) |
| Modifier and Type | Method and Description |
|---|---|
A |
IngressStatusFluent.addAllToComponentRoutes(Collection<ComponentRouteStatus> items) |
A |
IngressStatusFluent.removeAllFromComponentRoutes(Collection<ComponentRouteStatus> items) |
void |
IngressStatus.setComponentRoutes(List<ComponentRouteStatus> componentRoutes) |
A |
IngressStatusFluent.withComponentRoutes(List<ComponentRouteStatus> componentRoutes) |
| Constructor and Description |
|---|
ComponentRouteStatusBuilder(ComponentRouteStatus instance) |
ComponentRouteStatusBuilder(ComponentRouteStatusFluent<?> fluent,
ComponentRouteStatus instance) |
ComponentRouteStatusFluent(ComponentRouteStatus instance) |
| Constructor and Description |
|---|
IngressStatus(List<ComponentRouteStatus> componentRoutes,
String defaultPlacement) |
Copyright © 2015–2024 Red Hat. All rights reserved.