| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentRouteSpec |
ComponentRouteSpecBuilder.build() |
ComponentRouteSpec |
IngressSpecFluentImpl.buildComponentRoute(Integer index) |
ComponentRouteSpec |
IngressSpecFluent.buildComponentRoute(Integer index) |
ComponentRouteSpec |
IngressSpecFluentImpl.buildFirstComponentRoute() |
ComponentRouteSpec |
IngressSpecFluent.buildFirstComponentRoute() |
ComponentRouteSpec |
IngressSpecFluentImpl.buildLastComponentRoute() |
ComponentRouteSpec |
IngressSpecFluent.buildLastComponentRoute() |
ComponentRouteSpec |
IngressSpecFluentImpl.buildMatchingComponentRoute(Predicate<ComponentRouteSpecBuilder> predicate) |
ComponentRouteSpec |
IngressSpecFluent.buildMatchingComponentRoute(Predicate<ComponentRouteSpecBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentRouteSpec> |
IngressSpecFluentImpl.buildComponentRoutes() |
List<ComponentRouteSpec> |
IngressSpecFluent.buildComponentRoutes() |
List<ComponentRouteSpec> |
IngressSpecFluentImpl.getComponentRoutes()
Deprecated.
|
List<ComponentRouteSpec> |
IngressSpecFluent.getComponentRoutes()
Deprecated.
|
List<ComponentRouteSpec> |
IngressSpec.getComponentRoutes() |
| Modifier and Type | Method and Description |
|---|---|
A |
IngressSpecFluentImpl.addAllToComponentRoutes(Collection<ComponentRouteSpec> items) |
A |
IngressSpecFluent.addAllToComponentRoutes(Collection<ComponentRouteSpec> items) |
A |
IngressSpecFluentImpl.removeAllFromComponentRoutes(Collection<ComponentRouteSpec> items) |
A |
IngressSpecFluent.removeAllFromComponentRoutes(Collection<ComponentRouteSpec> items) |
void |
IngressSpec.setComponentRoutes(List<ComponentRouteSpec> componentRoutes) |
A |
IngressSpecFluentImpl.withComponentRoutes(List<ComponentRouteSpec> componentRoutes) |
A |
IngressSpecFluent.withComponentRoutes(List<ComponentRouteSpec> componentRoutes) |
| Constructor and Description |
|---|
ComponentRouteSpecBuilder(ComponentRouteSpec instance) |
ComponentRouteSpecBuilder(ComponentRouteSpec instance,
Boolean validationEnabled) |
ComponentRouteSpecBuilder(ComponentRouteSpecFluent<?> fluent,
ComponentRouteSpec instance) |
ComponentRouteSpecBuilder(ComponentRouteSpecFluent<?> fluent,
ComponentRouteSpec instance,
Boolean validationEnabled) |
ComponentRouteSpecFluentImpl(ComponentRouteSpec instance) |
| Constructor and Description |
|---|
IngressSpec(String appsDomain,
List<ComponentRouteSpec> componentRoutes,
String domain,
List<RequiredHSTSPolicy> requiredHSTSPolicies) |
Copyright © 2015–2020 Red Hat. All rights reserved.