All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToAddresses(Collection<String> items) |
A |
addAllToEndpoints(Collection<WorkloadEntrySpec> items) |
A |
addAllToExportTo(Collection<String> items) |
A |
addAllToHosts(Collection<String> items) |
A |
addAllToPorts(Collection<Port> items) |
A |
addAllToSubjectAltNames(Collection<String> items) |
ServiceEntrySpecFluent.EndpointsNested<A> |
addNewEndpoint() |
ServiceEntrySpecFluent.EndpointsNested<A> |
addNewEndpointLike(WorkloadEntrySpec item) |
ServiceEntrySpecFluent.PortsNested<A> |
addNewPort() |
A |
addNewPort(String name,
Integer number,
String protocol,
Integer targetPort) |
ServiceEntrySpecFluent.PortsNested<A> |
addNewPortLike(Port item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAddresses(int index,
String item) |
A |
addToAddresses(String... items) |
A |
addToEndpoints(int index,
WorkloadEntrySpec item) |
A |
addToEndpoints(WorkloadEntrySpec... items) |
A |
addToExportTo(int index,
String item) |
A |
addToExportTo(String... items) |
A |
addToHosts(int index,
String item) |
A |
addToHosts(String... items) |
A |
addToPorts(int index,
Port item) |
A |
addToPorts(Port... items) |
A |
addToSubjectAltNames(int index,
String item) |
A |
addToSubjectAltNames(String... items) |
WorkloadEntrySpec |
buildEndpoint(int index) |
List<WorkloadEntrySpec> |
buildEndpoints() |
WorkloadEntrySpec |
buildFirstEndpoint() |
Port |
buildFirstPort() |
WorkloadEntrySpec |
buildLastEndpoint() |
Port |
buildLastPort() |
WorkloadEntrySpec |
buildMatchingEndpoint(Predicate<WorkloadEntrySpecBuilder> predicate) |
Port |
buildMatchingPort(Predicate<PortBuilder> predicate) |
Port |
buildPort(int index) |
List<Port> |
buildPorts() |
WorkloadSelector |
buildWorkloadSelector() |
protected void |
copyInstance(ServiceEntrySpec instance) |
ServiceEntrySpecFluent.EndpointsNested<A> |
editEndpoint(int index) |
ServiceEntrySpecFluent.EndpointsNested<A> |
editFirstEndpoint() |
ServiceEntrySpecFluent.PortsNested<A> |
editFirstPort() |
ServiceEntrySpecFluent.EndpointsNested<A> |
editLastEndpoint() |
ServiceEntrySpecFluent.PortsNested<A> |
editLastPort() |
ServiceEntrySpecFluent.EndpointsNested<A> |
editMatchingEndpoint(Predicate<WorkloadEntrySpecBuilder> predicate) |
ServiceEntrySpecFluent.PortsNested<A> |
editMatchingPort(Predicate<PortBuilder> predicate) |
ServiceEntrySpecFluent.WorkloadSelectorNested<A> |
editOrNewWorkloadSelector() |
ServiceEntrySpecFluent.WorkloadSelectorNested<A> |
editOrNewWorkloadSelectorLike(WorkloadSelector item) |
ServiceEntrySpecFluent.PortsNested<A> |
editPort(int index) |
ServiceEntrySpecFluent.WorkloadSelectorNested<A> |
editWorkloadSelector() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAddress(int index) |
List<String> |
getAddresses() |
List<String> |
getExportTo() |
String |
getExportTo(int index) |
String |
getFirstAddress() |
String |
getFirstExportTo() |
String |
getFirstHost() |
String |
getFirstSubjectAltName() |
String |
getHost(int index) |
List<String> |
getHosts() |
String |
getLastAddress() |
String |
getLastExportTo() |
String |
getLastHost() |
String |
getLastSubjectAltName() |
ServiceEntryLocation |
getLocation() |
String |
getMatchingAddress(Predicate<String> predicate) |
String |
getMatchingExportTo(Predicate<String> predicate) |
String |
getMatchingHost(Predicate<String> predicate) |
String |
getMatchingSubjectAltName(Predicate<String> predicate) |
ServiceEntryResolution |
getResolution() |
String |
getSubjectAltName(int index) |
List<String> |
getSubjectAltNames() |
boolean |
hasAdditionalProperties() |
boolean |
hasAddresses() |
boolean |
hasEndpoints() |
boolean |
hasExportTo() |
int |
hashCode() |
boolean |
hasHosts() |
boolean |
hasLocation() |
boolean |
hasMatchingAddress(Predicate<String> predicate) |
boolean |
hasMatchingEndpoint(Predicate<WorkloadEntrySpecBuilder> predicate) |
boolean |
hasMatchingExportTo(Predicate<String> predicate) |
boolean |
hasMatchingHost(Predicate<String> predicate) |
boolean |
hasMatchingPort(Predicate<PortBuilder> predicate) |
boolean |
hasMatchingSubjectAltName(Predicate<String> predicate) |
boolean |
hasPorts() |
boolean |
hasResolution() |
boolean |
hasSubjectAltNames() |
boolean |
hasWorkloadSelector() |
A |
removeAllFromAddresses(Collection<String> items) |
A |
removeAllFromEndpoints(Collection<WorkloadEntrySpec> items) |
A |
removeAllFromExportTo(Collection<String> items) |
A |
removeAllFromHosts(Collection<String> items) |
A |
removeAllFromPorts(Collection<Port> items) |
A |
removeAllFromSubjectAltNames(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAddresses(String... items) |
A |
removeFromEndpoints(WorkloadEntrySpec... items) |
A |
removeFromExportTo(String... items) |
A |
removeFromHosts(String... items) |
A |
removeFromPorts(Port... items) |
A |
removeFromSubjectAltNames(String... items) |
A |
removeMatchingFromEndpoints(Predicate<WorkloadEntrySpecBuilder> predicate) |
A |
removeMatchingFromPorts(Predicate<PortBuilder> predicate) |
ServiceEntrySpecFluent.EndpointsNested<A> |
setNewEndpointLike(int index,
WorkloadEntrySpec item) |
ServiceEntrySpecFluent.PortsNested<A> |
setNewPortLike(int index,
Port item) |
A |
setToAddresses(int index,
String item) |
A |
setToEndpoints(int index,
WorkloadEntrySpec item) |
A |
setToExportTo(int index,
String item) |
A |
setToHosts(int index,
String item) |
A |
setToPorts(int index,
Port item) |
A |
setToSubjectAltNames(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAddresses(List<String> addresses) |
A |
withAddresses(String... addresses) |
A |
withEndpoints(List<WorkloadEntrySpec> endpoints) |
A |
withEndpoints(WorkloadEntrySpec... endpoints) |
A |
withExportTo(List<String> exportTo) |
A |
withExportTo(String... exportTo) |
A |
withHosts(List<String> hosts) |
A |
withHosts(String... hosts) |
A |
withLocation(ServiceEntryLocation location) |
ServiceEntrySpecFluent.WorkloadSelectorNested<A> |
withNewWorkloadSelector() |
ServiceEntrySpecFluent.WorkloadSelectorNested<A> |
withNewWorkloadSelectorLike(WorkloadSelector item) |
A |
withPorts(List<Port> ports) |
A |
withPorts(Port... ports) |
A |
withResolution(ServiceEntryResolution resolution) |
A |
withSubjectAltNames(List<String> subjectAltNames) |
A |
withSubjectAltNames(String... subjectAltNames) |
A |
withWorkloadSelector(WorkloadSelector workloadSelector) |