| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
Port |
PortBuilder.build() |
Port |
ServiceEntrySpecFluentImpl.buildFirstPort() |
Port |
ServiceEntrySpecFluent.buildFirstPort() |
Port |
ServiceEntrySpecFluentImpl.buildLastPort() |
Port |
ServiceEntrySpecFluent.buildLastPort() |
Port |
ServiceEntrySpecFluentImpl.buildMatchingPort(Predicate<PortBuilder> predicate) |
Port |
ServiceEntrySpecFluent.buildMatchingPort(Predicate<PortBuilder> predicate) |
Port |
IstioIngressListenerFluent.buildPort() |
Port |
ServerFluent.buildPort() |
Port |
IstioEgressListenerFluentImpl.buildPort() |
Port |
IstioEgressListenerFluent.buildPort() |
Port |
IstioIngressListenerFluentImpl.buildPort() |
Port |
ServerFluentImpl.buildPort() |
Port |
ServiceEntrySpecFluentImpl.buildPort(Integer index) |
Port |
ServiceEntrySpecFluent.buildPort(Integer index) |
Port |
IstioIngressListenerFluent.getPort()
Deprecated.
|
Port |
ServerFluent.getPort()
Deprecated.
|
Port |
IstioEgressListenerFluentImpl.getPort()
Deprecated.
|
Port |
IstioEgressListenerFluent.getPort()
Deprecated.
|
Port |
IstioIngressListenerFluentImpl.getPort()
Deprecated.
|
Port |
ServerFluentImpl.getPort()
Deprecated.
|
Port |
IstioEgressListener.getPort() |
Port |
Server.getPort() |
Port |
IstioIngressListener.getPort() |
| Modifier and Type | Method and Description |
|---|---|
List<Port> |
ServiceEntrySpecFluentImpl.buildPorts() |
List<Port> |
ServiceEntrySpecFluent.buildPorts() |
List<Port> |
ServiceEntrySpecFluentImpl.getPorts()
Deprecated.
|
List<Port> |
ServiceEntrySpecFluent.getPorts()
Deprecated.
|
List<Port> |
ServiceEntrySpec.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluentImpl.addNewPortLike(Port item) |
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluent.addNewPortLike(Port item) |
A |
ServiceEntrySpecFluentImpl.addToPorts(Integer index,
Port item) |
A |
ServiceEntrySpecFluent.addToPorts(Integer index,
Port item) |
A |
ServiceEntrySpecFluentImpl.addToPorts(Port... items) |
A |
ServiceEntrySpecFluent.addToPorts(Port... items) |
IstioIngressListenerFluent.PortNested<A> |
IstioIngressListenerFluent.editOrNewPortLike(Port item) |
ServerFluent.PortNested<A> |
ServerFluent.editOrNewPortLike(Port item) |
IstioEgressListenerFluent.PortNested<A> |
IstioEgressListenerFluentImpl.editOrNewPortLike(Port item) |
IstioEgressListenerFluent.PortNested<A> |
IstioEgressListenerFluent.editOrNewPortLike(Port item) |
IstioIngressListenerFluent.PortNested<A> |
IstioIngressListenerFluentImpl.editOrNewPortLike(Port item) |
ServerFluent.PortNested<A> |
ServerFluentImpl.editOrNewPortLike(Port item) |
A |
ServiceEntrySpecFluentImpl.removeFromPorts(Port... items) |
A |
ServiceEntrySpecFluent.removeFromPorts(Port... items) |
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluentImpl.setNewPortLike(Integer index,
Port item) |
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluent.setNewPortLike(Integer index,
Port item) |
void |
IstioEgressListener.setPort(Port port) |
void |
Server.setPort(Port port) |
void |
IstioIngressListener.setPort(Port port) |
A |
ServiceEntrySpecFluentImpl.setToPorts(Integer index,
Port item) |
A |
ServiceEntrySpecFluent.setToPorts(Integer index,
Port item) |
IstioIngressListenerFluent.PortNested<A> |
IstioIngressListenerFluent.withNewPortLike(Port item) |
ServerFluent.PortNested<A> |
ServerFluent.withNewPortLike(Port item) |
IstioEgressListenerFluent.PortNested<A> |
IstioEgressListenerFluentImpl.withNewPortLike(Port item) |
IstioEgressListenerFluent.PortNested<A> |
IstioEgressListenerFluent.withNewPortLike(Port item) |
IstioIngressListenerFluent.PortNested<A> |
IstioIngressListenerFluentImpl.withNewPortLike(Port item) |
ServerFluent.PortNested<A> |
ServerFluentImpl.withNewPortLike(Port item) |
A |
IstioIngressListenerFluent.withPort(Port port) |
A |
ServerFluent.withPort(Port port) |
A |
IstioEgressListenerFluentImpl.withPort(Port port) |
A |
IstioEgressListenerFluent.withPort(Port port) |
A |
IstioIngressListenerFluentImpl.withPort(Port port) |
A |
ServerFluentImpl.withPort(Port port) |
A |
ServiceEntrySpecFluentImpl.withPorts(Port... ports) |
A |
ServiceEntrySpecFluent.withPorts(Port... ports) |
| Modifier and Type | Method and Description |
|---|---|
A |
ServiceEntrySpecFluentImpl.addAllToPorts(Collection<Port> items) |
A |
ServiceEntrySpecFluent.addAllToPorts(Collection<Port> items) |
A |
ServiceEntrySpecFluentImpl.removeAllFromPorts(Collection<Port> items) |
A |
ServiceEntrySpecFluent.removeAllFromPorts(Collection<Port> items) |
void |
ServiceEntrySpec.setPorts(List<Port> ports) |
A |
ServiceEntrySpecFluentImpl.withPorts(List<Port> ports) |
A |
ServiceEntrySpecFluent.withPorts(List<Port> ports) |
| Constructor and Description |
|---|
IstioEgressListener(String bind,
CaptureMode captureMode,
List<String> hosts,
Port port) |
IstioIngressListener(String bind,
CaptureMode captureMode,
String defaultEndpoint,
Port port) |
PortBuilder(Port instance) |
PortBuilder(Port instance,
Boolean validationEnabled) |
PortBuilder(PortFluent<?> fluent,
Port instance) |
PortBuilder(PortFluent<?> fluent,
Port instance,
Boolean validationEnabled) |
PortFluentImpl(Port instance) |
Server(String bind,
String defaultEndpoint,
List<String> hosts,
String name,
Port port,
ServerTLSSettings tls) |
| Constructor and Description |
|---|
ServiceEntrySpec(List<String> addresses,
List<WorkloadEntrySpec> endpoints,
List<String> exportTo,
List<String> hosts,
ServiceEntryLocation location,
List<Port> ports,
ServiceEntryResolution resolution,
List<String> subjectAltNames,
WorkloadSelector workloadSelector) |
Copyright © 2015–2023 Red Hat. All rights reserved.