| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
ServicePort |
ServicePortBuilder.build() |
ServicePort |
ServiceEntrySpecFluent.buildFirstPort() |
ServicePort |
ServiceEntrySpecFluent.buildLastPort() |
ServicePort |
ServiceEntrySpecFluent.buildMatchingPort(Predicate<ServicePortBuilder> predicate) |
ServicePort |
ServiceEntrySpecFluent.buildPort(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ServicePort> |
ServiceEntrySpecFluent.buildPorts() |
List<ServicePort> |
ServiceEntrySpec.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluent.addNewPortLike(ServicePort item) |
A |
ServiceEntrySpecFluent.addToPorts(int index,
ServicePort item) |
A |
ServiceEntrySpecFluent.addToPorts(ServicePort... items) |
protected void |
ServicePortFluent.copyInstance(ServicePort instance) |
A |
ServiceEntrySpecFluent.removeFromPorts(ServicePort... items) |
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluent.setNewPortLike(int index,
ServicePort item) |
A |
ServiceEntrySpecFluent.setToPorts(int index,
ServicePort item) |
A |
ServiceEntrySpecFluent.withPorts(ServicePort... ports) |
| Modifier and Type | Method and Description |
|---|---|
A |
ServiceEntrySpecFluent.addAllToPorts(Collection<ServicePort> items) |
A |
ServiceEntrySpecFluent.removeAllFromPorts(Collection<ServicePort> items) |
void |
ServiceEntrySpec.setPorts(List<ServicePort> ports) |
A |
ServiceEntrySpecFluent.withPorts(List<ServicePort> ports) |
| Constructor and Description |
|---|
ServicePortBuilder(ServicePort instance) |
ServicePortBuilder(ServicePortFluent<?> fluent,
ServicePort instance) |
ServicePortFluent(ServicePort instance) |
| Constructor and Description |
|---|
ServiceEntrySpec(List<String> addresses,
List<WorkloadEntrySpec> endpoints,
List<String> exportTo,
List<String> hosts,
ServiceEntryLocation location,
List<ServicePort> ports,
ServiceEntryResolution resolution,
List<String> subjectAltNames,
WorkloadSelector workloadSelector) |
Copyright © 2015–2024 Red Hat. All rights reserved.