All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToClusterIPs(Collection<String> items) |
A |
addAllToExternalIPs(Collection<String> items) |
A |
addAllToIpFamilies(Collection<String> items) |
A |
addAllToLoadBalancerSourceRanges(Collection<String> items) |
A |
addAllToPorts(Collection<ServicePort> items) |
ServiceSpecFluent.PortsNested<A> |
addNewPort() |
ServiceSpecFluent.PortsNested<A> |
addNewPortLike(ServicePort item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToClusterIPs(int index,
String item) |
A |
addToClusterIPs(String... items) |
A |
addToExternalIPs(int index,
String item) |
A |
addToExternalIPs(String... items) |
A |
addToIpFamilies(int index,
String item) |
A |
addToIpFamilies(String... items) |
A |
addToLoadBalancerSourceRanges(int index,
String item) |
A |
addToLoadBalancerSourceRanges(String... items) |
A |
addToPorts(int index,
ServicePort item) |
A |
addToPorts(ServicePort... items) |
A |
addToSelector(Map<String,String> map) |
A |
addToSelector(String key,
String value) |
ServicePort |
buildFirstPort() |
ServicePort |
buildLastPort() |
ServicePort |
buildMatchingPort(Predicate<ServicePortBuilder> predicate) |
ServicePort |
buildPort(int index) |
List<ServicePort> |
buildPorts() |
SessionAffinityConfig |
buildSessionAffinityConfig() |
ServiceSpecFluent.PortsNested<A> |
editFirstPort() |
ServiceSpecFluent.PortsNested<A> |
editLastPort() |
ServiceSpecFluent.PortsNested<A> |
editMatchingPort(Predicate<ServicePortBuilder> predicate) |
ServiceSpecFluent.SessionAffinityConfigNested<A> |
editOrNewSessionAffinityConfig() |
ServiceSpecFluent.SessionAffinityConfigNested<A> |
editOrNewSessionAffinityConfigLike(SessionAffinityConfig item) |
ServiceSpecFluent.PortsNested<A> |
editPort(int index) |
ServiceSpecFluent.SessionAffinityConfigNested<A> |
editSessionAffinityConfig() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAllocateLoadBalancerNodePorts() |
String |
getClusterIP() |
String |
getClusterIP(int index) |
List<String> |
getClusterIPs() |
String |
getExternalIP(int index) |
List<String> |
getExternalIPs() |
String |
getExternalName() |
String |
getExternalTrafficPolicy() |
String |
getFirstClusterIP() |
String |
getFirstExternalIP() |
String |
getFirstIpFamily() |
String |
getFirstLoadBalancerSourceRange() |
Integer |
getHealthCheckNodePort() |
String |
getInternalTrafficPolicy() |
List<String> |
getIpFamilies() |
String |
getIpFamily(int index) |
String |
getIpFamilyPolicy() |
String |
getLastClusterIP() |
String |
getLastExternalIP() |
String |
getLastIpFamily() |
String |
getLastLoadBalancerSourceRange() |
String |
getLoadBalancerClass() |
String |
getLoadBalancerIP() |
String |
getLoadBalancerSourceRange(int index) |
List<String> |
getLoadBalancerSourceRanges() |
String |
getMatchingClusterIP(Predicate<String> predicate) |
String |
getMatchingExternalIP(Predicate<String> predicate) |
String |
getMatchingIpFamily(Predicate<String> predicate) |
String |
getMatchingLoadBalancerSourceRange(Predicate<String> predicate) |
Boolean |
getPublishNotReadyAddresses() |
Map<String,String> |
getSelector() |
String |
getSessionAffinity() |
String |
getType() |
boolean |
hasAdditionalProperties() |
boolean |
hasAllocateLoadBalancerNodePorts() |
boolean |
hasClusterIP() |
boolean |
hasClusterIPs() |
boolean |
hasExternalIPs() |
boolean |
hasExternalName() |
boolean |
hasExternalTrafficPolicy() |
int |
hashCode() |
boolean |
hasHealthCheckNodePort() |
boolean |
hasInternalTrafficPolicy() |
boolean |
hasIpFamilies() |
boolean |
hasIpFamilyPolicy() |
boolean |
hasLoadBalancerClass() |
boolean |
hasLoadBalancerIP() |
boolean |
hasLoadBalancerSourceRanges() |
boolean |
hasMatchingClusterIP(Predicate<String> predicate) |
boolean |
hasMatchingExternalIP(Predicate<String> predicate) |
boolean |
hasMatchingIpFamily(Predicate<String> predicate) |
boolean |
hasMatchingLoadBalancerSourceRange(Predicate<String> predicate) |
boolean |
hasMatchingPort(Predicate<ServicePortBuilder> predicate) |
boolean |
hasPorts() |
boolean |
hasPublishNotReadyAddresses() |
boolean |
hasSelector() |
boolean |
hasSessionAffinity() |
boolean |
hasSessionAffinityConfig() |
boolean |
hasType() |
A |
removeAllFromClusterIPs(Collection<String> items) |
A |
removeAllFromExternalIPs(Collection<String> items) |
A |
removeAllFromIpFamilies(Collection<String> items) |
A |
removeAllFromLoadBalancerSourceRanges(Collection<String> items) |
A |
removeAllFromPorts(Collection<ServicePort> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromClusterIPs(String... items) |
A |
removeFromExternalIPs(String... items) |
A |
removeFromIpFamilies(String... items) |
A |
removeFromLoadBalancerSourceRanges(String... items) |
A |
removeFromPorts(ServicePort... items) |
A |
removeFromSelector(Map<String,String> map) |
A |
removeFromSelector(String key) |
A |
removeMatchingFromPorts(Predicate<ServicePortBuilder> predicate) |
ServiceSpecFluent.PortsNested<A> |
setNewPortLike(int index,
ServicePort item) |
A |
setToClusterIPs(int index,
String item) |
A |
setToExternalIPs(int index,
String item) |
A |
setToIpFamilies(int index,
String item) |
A |
setToLoadBalancerSourceRanges(int index,
String item) |
A |
setToPorts(int index,
ServicePort item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAllocateLoadBalancerNodePorts() |
A |
withAllocateLoadBalancerNodePorts(Boolean allocateLoadBalancerNodePorts) |
A |
withClusterIP(String clusterIP) |
A |
withClusterIPs(List<String> clusterIPs) |
A |
withClusterIPs(String... clusterIPs) |
A |
withExternalIPs(List<String> externalIPs) |
A |
withExternalIPs(String... externalIPs) |
A |
withExternalName(String externalName) |
A |
withExternalTrafficPolicy(String externalTrafficPolicy) |
A |
withHealthCheckNodePort(Integer healthCheckNodePort) |
A |
withInternalTrafficPolicy(String internalTrafficPolicy) |
A |
withIpFamilies(List<String> ipFamilies) |
A |
withIpFamilies(String... ipFamilies) |
A |
withIpFamilyPolicy(String ipFamilyPolicy) |
A |
withLoadBalancerClass(String loadBalancerClass) |
A |
withLoadBalancerIP(String loadBalancerIP) |
A |
withLoadBalancerSourceRanges(List<String> loadBalancerSourceRanges) |
A |
withLoadBalancerSourceRanges(String... loadBalancerSourceRanges) |
ServiceSpecFluent.SessionAffinityConfigNested<A> |
withNewSessionAffinityConfig() |
ServiceSpecFluent.SessionAffinityConfigNested<A> |
withNewSessionAffinityConfigLike(SessionAffinityConfig item) |
A |
withPorts(List<ServicePort> ports) |
A |
withPorts(ServicePort... ports) |
A |
withPublishNotReadyAddresses() |
A |
withPublishNotReadyAddresses(Boolean publishNotReadyAddresses) |
<K,V> A |
withSelector(Map<String,String> selector) |
A |
withSessionAffinity(String sessionAffinity) |
A |
withSessionAffinityConfig(SessionAffinityConfig sessionAffinityConfig) |
A |
withType(String type) |