public interface ServiceEntrySpecFluent<A extends ServiceEntrySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceEntrySpecFluent.EndpointsNested<N> |
static interface |
ServiceEntrySpecFluent.PortsNested<N> |
A addAllToAddresses(Collection<String> items)
A removeAllFromAddresses(Collection<String> items)
String getAddress(int index)
String getFirstAddress()
String getLastAddress()
String getMatchingAddress(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasAddresses()
A addAllToEndpoints(Collection<Endpoint> items)
A removeAllFromEndpoints(Collection<Endpoint> items)
@Deprecated List<Endpoint> getEndpoints()
Endpoint buildEndpoint(int index)
Endpoint buildFirstEndpoint()
Endpoint buildLastEndpoint()
Endpoint buildMatchingEndpoint(io.fabric8.kubernetes.api.builder.Predicate<EndpointBuilder> predicate)
Boolean hasEndpoints()
ServiceEntrySpecFluent.EndpointsNested<A> addNewEndpoint()
ServiceEntrySpecFluent.EndpointsNested<A> addNewEndpointLike(Endpoint item)
ServiceEntrySpecFluent.EndpointsNested<A> setNewEndpointLike(int index, Endpoint item)
ServiceEntrySpecFluent.EndpointsNested<A> editEndpoint(int index)
ServiceEntrySpecFluent.EndpointsNested<A> editFirstEndpoint()
ServiceEntrySpecFluent.EndpointsNested<A> editLastEndpoint()
ServiceEntrySpecFluent.EndpointsNested<A> editMatchingEndpoint(io.fabric8.kubernetes.api.builder.Predicate<EndpointBuilder> predicate)
A addAllToHosts(Collection<String> items)
A removeAllFromHosts(Collection<String> items)
String getHost(int index)
String getFirstHost()
String getLastHost()
String getMatchingHost(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasHosts()
ServiceEntryLocation getLocation()
A withLocation(ServiceEntryLocation location)
Boolean hasLocation()
A addAllToPorts(Collection<Port> items)
A removeAllFromPorts(Collection<Port> items)
@Deprecated List<Port> getPorts()
Port buildPort(int index)
Port buildFirstPort()
Port buildLastPort()
Port buildMatchingPort(io.fabric8.kubernetes.api.builder.Predicate<PortBuilder> predicate)
Boolean hasPorts()
ServiceEntrySpecFluent.PortsNested<A> addNewPort()
ServiceEntrySpecFluent.PortsNested<A> addNewPortLike(Port item)
ServiceEntrySpecFluent.PortsNested<A> setNewPortLike(int index, Port item)
ServiceEntrySpecFluent.PortsNested<A> editPort(int index)
ServiceEntrySpecFluent.PortsNested<A> editFirstPort()
ServiceEntrySpecFluent.PortsNested<A> editLastPort()
ServiceEntrySpecFluent.PortsNested<A> editMatchingPort(io.fabric8.kubernetes.api.builder.Predicate<PortBuilder> predicate)
ServiceEntryResolution getResolution()
A withResolution(ServiceEntryResolution resolution)
Boolean hasResolution()
Copyright © 2017–2018 Red Hat. All rights reserved.