| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
PowerVSServiceEndpoint |
PowerVSServiceEndpointBuilder.build() |
PowerVSServiceEndpoint |
PowerVSPlatformStatusFluent.buildFirstServiceEndpoint() |
PowerVSServiceEndpoint |
PowerVSPlatformSpecFluent.buildFirstServiceEndpoint() |
PowerVSServiceEndpoint |
PowerVSPlatformStatusFluent.buildLastServiceEndpoint() |
PowerVSServiceEndpoint |
PowerVSPlatformSpecFluent.buildLastServiceEndpoint() |
PowerVSServiceEndpoint |
PowerVSPlatformStatusFluent.buildMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate) |
PowerVSServiceEndpoint |
PowerVSPlatformSpecFluent.buildMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate) |
PowerVSServiceEndpoint |
PowerVSPlatformStatusFluent.buildServiceEndpoint(int index) |
PowerVSServiceEndpoint |
PowerVSPlatformSpecFluent.buildServiceEndpoint(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<PowerVSServiceEndpoint> |
PowerVSPlatformStatusFluent.buildServiceEndpoints() |
List<PowerVSServiceEndpoint> |
PowerVSPlatformSpecFluent.buildServiceEndpoints() |
List<PowerVSServiceEndpoint> |
PowerVSPlatformStatus.getServiceEndpoints() |
List<PowerVSServiceEndpoint> |
PowerVSPlatformSpec.getServiceEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
A |
PowerVSPlatformStatusFluent.addAllToServiceEndpoints(Collection<PowerVSServiceEndpoint> items) |
A |
PowerVSPlatformSpecFluent.addAllToServiceEndpoints(Collection<PowerVSServiceEndpoint> items) |
A |
PowerVSPlatformStatusFluent.removeAllFromServiceEndpoints(Collection<PowerVSServiceEndpoint> items) |
A |
PowerVSPlatformSpecFluent.removeAllFromServiceEndpoints(Collection<PowerVSServiceEndpoint> items) |
void |
PowerVSPlatformStatus.setServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints) |
void |
PowerVSPlatformSpec.setServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints) |
A |
PowerVSPlatformStatusFluent.withServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints) |
A |
PowerVSPlatformSpecFluent.withServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints) |
| Constructor and Description |
|---|
PowerVSServiceEndpointBuilder(PowerVSServiceEndpoint instance) |
PowerVSServiceEndpointBuilder(PowerVSServiceEndpoint instance,
Boolean validationEnabled) |
PowerVSServiceEndpointBuilder(PowerVSServiceEndpointFluent<?> fluent,
PowerVSServiceEndpoint instance) |
PowerVSServiceEndpointBuilder(PowerVSServiceEndpointFluent<?> fluent,
PowerVSServiceEndpoint instance,
Boolean validationEnabled) |
PowerVSServiceEndpointFluent(PowerVSServiceEndpoint instance) |
| Constructor and Description |
|---|
PowerVSPlatformSpec(List<PowerVSServiceEndpoint> serviceEndpoints) |
PowerVSPlatformStatus(String cisInstanceCRN,
String dnsInstanceCRN,
String region,
String resourceGroup,
List<PowerVSServiceEndpoint> serviceEndpoints,
String zone) |
Copyright © 2015–2023 Red Hat. All rights reserved.