| Package | Description |
|---|---|
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
Port |
PortBuilder.build() |
Port |
ServiceEntrySpecFluent.buildFirstPort() |
Port |
ServiceEntrySpecFluentImpl.buildFirstPort() |
Port |
ServiceEntrySpecFluent.buildLastPort() |
Port |
ServiceEntrySpecFluentImpl.buildLastPort() |
Port |
ServiceEntrySpecFluent.buildMatchingPort(io.fabric8.kubernetes.api.builder.Predicate<PortBuilder> predicate) |
Port |
ServiceEntrySpecFluentImpl.buildMatchingPort(io.fabric8.kubernetes.api.builder.Predicate<PortBuilder> predicate) |
Port |
ServerFluentImpl.buildPort() |
Port |
ServerFluent.buildPort() |
Port |
ServiceEntrySpecFluent.buildPort(int index) |
Port |
ServiceEntrySpecFluentImpl.buildPort(int index) |
Port |
DoneablePort.done() |
Port |
ServerFluentImpl.getPort()
Deprecated.
|
Port |
ServerFluent.getPort()
Deprecated.
|
Port |
Server.getPort() |
| Modifier and Type | Method and Description |
|---|---|
List<Port> |
ServiceEntrySpecFluent.buildPorts() |
List<Port> |
ServiceEntrySpecFluentImpl.buildPorts() |
List<Port> |
ServiceEntrySpecFluent.getPorts()
Deprecated.
|
List<Port> |
ServiceEntrySpecFluentImpl.getPorts()
Deprecated.
|
List<Port> |
ServiceEntrySpec.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluent.addNewPortLike(Port item) |
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluentImpl.addNewPortLike(Port item) |
A |
ServiceEntrySpecFluent.addToPorts(int index,
Port item) |
A |
ServiceEntrySpecFluentImpl.addToPorts(int index,
Port item) |
A |
ServiceEntrySpecFluent.addToPorts(Port... items) |
A |
ServiceEntrySpecFluentImpl.addToPorts(Port... items) |
ServerFluent.PortNested<A> |
ServerFluentImpl.editOrNewPortLike(Port item) |
ServerFluent.PortNested<A> |
ServerFluent.editOrNewPortLike(Port item) |
A |
ServiceEntrySpecFluent.removeFromPorts(Port... items) |
A |
ServiceEntrySpecFluentImpl.removeFromPorts(Port... items) |
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluent.setNewPortLike(int index,
Port item) |
ServiceEntrySpecFluent.PortsNested<A> |
ServiceEntrySpecFluentImpl.setNewPortLike(int index,
Port item) |
void |
Server.setPort(Port port) |
A |
ServiceEntrySpecFluent.setToPorts(int index,
Port item) |
A |
ServiceEntrySpecFluentImpl.setToPorts(int index,
Port item) |
ServerFluent.PortNested<A> |
ServerFluentImpl.withNewPortLike(Port item) |
ServerFluent.PortNested<A> |
ServerFluent.withNewPortLike(Port item) |
A |
ServerFluentImpl.withPort(Port port) |
A |
ServerFluent.withPort(Port port) |
A |
ServiceEntrySpecFluent.withPorts(Port... ports) |
A |
ServiceEntrySpecFluentImpl.withPorts(Port... ports) |
| Modifier and Type | Method and Description |
|---|---|
A |
ServiceEntrySpecFluent.addAllToPorts(Collection<Port> items) |
A |
ServiceEntrySpecFluentImpl.addAllToPorts(Collection<Port> items) |
A |
ServiceEntrySpecFluent.removeAllFromPorts(Collection<Port> items) |
A |
ServiceEntrySpecFluentImpl.removeAllFromPorts(Collection<Port> items) |
void |
ServiceEntrySpec.setPorts(List<Port> ports) |
A |
ServiceEntrySpecFluent.withPorts(List<Port> ports) |
A |
ServiceEntrySpecFluentImpl.withPorts(List<Port> ports) |
| Constructor and Description |
|---|
DoneablePort(Port item) |
DoneablePort(Port item,
io.fabric8.kubernetes.api.builder.Function<Port,Port> function) |
PortBuilder(Port instance) |
PortBuilder(Port instance,
Boolean validationEnabled) |
PortBuilder(PortFluent<?> fluent,
Port instance) |
PortBuilder(PortFluent<?> fluent,
Port instance,
Boolean validationEnabled) |
PortBuilder(PortFluent<?> fluent,
Port instance,
javax.validation.Validator validator) |
PortBuilder(Port instance,
javax.validation.Validator validator) |
PortFluentImpl(Port instance) |
Server(List<String> hosts,
Port port,
TLSOptions tls) |
| Constructor and Description |
|---|
DoneablePort(io.fabric8.kubernetes.api.builder.Function<Port,Port> function) |
DoneablePort(io.fabric8.kubernetes.api.builder.Function<Port,Port> function) |
DoneablePort(Port item,
io.fabric8.kubernetes.api.builder.Function<Port,Port> function) |
DoneablePort(Port item,
io.fabric8.kubernetes.api.builder.Function<Port,Port> function) |
ServiceEntrySpec(List<String> addresses,
List<Endpoint> endpoints,
List<String> hosts,
ServiceEntryLocation location,
List<Port> ports,
ServiceEntryResolution resolution) |
Copyright © 2017–2018 Red Hat. All rights reserved.