| Package | Description |
|---|---|
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
EndpointBuilder.build() |
Endpoint |
ServiceEntrySpecFluent.buildEndpoint(int index) |
Endpoint |
ServiceEntrySpecFluentImpl.buildEndpoint(int index) |
Endpoint |
ServiceEntrySpecFluent.buildFirstEndpoint() |
Endpoint |
ServiceEntrySpecFluentImpl.buildFirstEndpoint() |
Endpoint |
ServiceEntrySpecFluent.buildLastEndpoint() |
Endpoint |
ServiceEntrySpecFluentImpl.buildLastEndpoint() |
Endpoint |
ServiceEntrySpecFluent.buildMatchingEndpoint(io.fabric8.kubernetes.api.builder.Predicate<EndpointBuilder> predicate) |
Endpoint |
ServiceEntrySpecFluentImpl.buildMatchingEndpoint(io.fabric8.kubernetes.api.builder.Predicate<EndpointBuilder> predicate) |
Endpoint |
DoneableEndpoint.done() |
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
ServiceEntrySpecFluent.buildEndpoints() |
List<Endpoint> |
ServiceEntrySpecFluentImpl.buildEndpoints() |
List<Endpoint> |
ServiceEntrySpecFluent.getEndpoints()
Deprecated.
|
List<Endpoint> |
ServiceEntrySpecFluentImpl.getEndpoints()
Deprecated.
|
List<Endpoint> |
ServiceEntrySpec.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
ServiceEntrySpecFluent.EndpointsNested<A> |
ServiceEntrySpecFluent.addNewEndpointLike(Endpoint item) |
ServiceEntrySpecFluent.EndpointsNested<A> |
ServiceEntrySpecFluentImpl.addNewEndpointLike(Endpoint item) |
A |
ServiceEntrySpecFluent.addToEndpoints(Endpoint... items) |
A |
ServiceEntrySpecFluentImpl.addToEndpoints(Endpoint... items) |
A |
ServiceEntrySpecFluent.addToEndpoints(int index,
Endpoint item) |
A |
ServiceEntrySpecFluentImpl.addToEndpoints(int index,
Endpoint item) |
A |
ServiceEntrySpecFluent.removeFromEndpoints(Endpoint... items) |
A |
ServiceEntrySpecFluentImpl.removeFromEndpoints(Endpoint... items) |
ServiceEntrySpecFluent.EndpointsNested<A> |
ServiceEntrySpecFluent.setNewEndpointLike(int index,
Endpoint item) |
ServiceEntrySpecFluent.EndpointsNested<A> |
ServiceEntrySpecFluentImpl.setNewEndpointLike(int index,
Endpoint item) |
A |
ServiceEntrySpecFluent.setToEndpoints(int index,
Endpoint item) |
A |
ServiceEntrySpecFluentImpl.setToEndpoints(int index,
Endpoint item) |
A |
ServiceEntrySpecFluent.withEndpoints(Endpoint... endpoints) |
A |
ServiceEntrySpecFluentImpl.withEndpoints(Endpoint... endpoints) |
| Modifier and Type | Method and Description |
|---|---|
A |
ServiceEntrySpecFluent.addAllToEndpoints(Collection<Endpoint> items) |
A |
ServiceEntrySpecFluentImpl.addAllToEndpoints(Collection<Endpoint> items) |
A |
ServiceEntrySpecFluent.removeAllFromEndpoints(Collection<Endpoint> items) |
A |
ServiceEntrySpecFluentImpl.removeAllFromEndpoints(Collection<Endpoint> items) |
void |
ServiceEntrySpec.setEndpoints(List<Endpoint> endpoints) |
A |
ServiceEntrySpecFluent.withEndpoints(List<Endpoint> endpoints) |
A |
ServiceEntrySpecFluentImpl.withEndpoints(List<Endpoint> endpoints) |
| Constructor and Description |
|---|
DoneableEndpoint(Endpoint item) |
DoneableEndpoint(Endpoint item,
io.fabric8.kubernetes.api.builder.Function<Endpoint,Endpoint> function) |
EndpointBuilder(Endpoint instance) |
EndpointBuilder(Endpoint instance,
Boolean validationEnabled) |
EndpointBuilder(EndpointFluent<?> fluent,
Endpoint instance) |
EndpointBuilder(EndpointFluent<?> fluent,
Endpoint instance,
Boolean validationEnabled) |
EndpointBuilder(EndpointFluent<?> fluent,
Endpoint instance,
javax.validation.Validator validator) |
EndpointBuilder(Endpoint instance,
javax.validation.Validator validator) |
EndpointFluentImpl(Endpoint instance) |
| Constructor and Description |
|---|
DoneableEndpoint(Endpoint item,
io.fabric8.kubernetes.api.builder.Function<Endpoint,Endpoint> function) |
DoneableEndpoint(Endpoint item,
io.fabric8.kubernetes.api.builder.Function<Endpoint,Endpoint> function) |
DoneableEndpoint(io.fabric8.kubernetes.api.builder.Function<Endpoint,Endpoint> function) |
DoneableEndpoint(io.fabric8.kubernetes.api.builder.Function<Endpoint,Endpoint> 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.