| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.aws.v1 |
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
ServiceEndpointBuilder.build() |
ServiceEndpoint |
PlatformFluent.buildFirstServiceEndpoint() |
ServiceEndpoint |
PlatformFluent.buildLastServiceEndpoint() |
ServiceEndpoint |
PlatformFluent.buildMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate) |
ServiceEndpoint |
PlatformFluent.buildServiceEndpoint(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceEndpoint> |
PlatformFluent.buildServiceEndpoints() |
List<ServiceEndpoint> |
Platform.getServiceEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
PlatformFluent.ServiceEndpointsNested<A> |
PlatformFluent.addNewServiceEndpointLike(ServiceEndpoint item) |
A |
PlatformFluent.addToServiceEndpoints(int index,
ServiceEndpoint item) |
A |
PlatformFluent.addToServiceEndpoints(ServiceEndpoint... items) |
protected void |
ServiceEndpointFluent.copyInstance(ServiceEndpoint instance) |
A |
PlatformFluent.removeFromServiceEndpoints(ServiceEndpoint... items) |
PlatformFluent.ServiceEndpointsNested<A> |
PlatformFluent.setNewServiceEndpointLike(int index,
ServiceEndpoint item) |
A |
PlatformFluent.setToServiceEndpoints(int index,
ServiceEndpoint item) |
A |
PlatformFluent.withServiceEndpoints(ServiceEndpoint... serviceEndpoints) |
| Modifier and Type | Method and Description |
|---|---|
A |
PlatformFluent.addAllToServiceEndpoints(Collection<ServiceEndpoint> items) |
A |
PlatformFluent.removeAllFromServiceEndpoints(Collection<ServiceEndpoint> items) |
void |
Platform.setServiceEndpoints(List<ServiceEndpoint> serviceEndpoints) |
A |
PlatformFluent.withServiceEndpoints(List<ServiceEndpoint> serviceEndpoints) |
| Constructor and Description |
|---|
ServiceEndpointBuilder(ServiceEndpoint instance) |
ServiceEndpointBuilder(ServiceEndpointFluent<?> fluent,
ServiceEndpoint instance) |
ServiceEndpointFluent(ServiceEndpoint instance) |
| Constructor and Description |
|---|
Platform(String amiID,
MachinePool defaultMachinePlatform,
Boolean experimentalPropagateUserTags,
String hostedZone,
String lbType,
Boolean propagateUserTags,
String region,
List<ServiceEndpoint> serviceEndpoints,
List<String> subnets,
Map<String,String> userTags) |
Copyright © 2015–2024 Red Hat. All rights reserved.