Class V1ServiceSpecFluentImpl<A extends V1ServiceSpecFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ServiceSpecFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ServiceSpecFluent<A>
- Direct Known Subclasses:
V1ServiceSpecBuilder
public class V1ServiceSpecFluentImpl<A extends V1ServiceSpecFluent<A>>
extends BaseFluent<A>
implements V1ServiceSpecFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ServiceSpecFluent
V1ServiceSpecFluent.PortsNested<N>, V1ServiceSpecFluent.SessionAffinityConfigNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ServiceSpecFluentImpl(io.kubernetes.client.openapi.models.V1ServiceSpec instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToClusterIPs(Collection<String> items) addAllToExternalIPs(Collection<String> items) addAllToIpFamilies(Collection<String> items) addAllToPorts(Collection<io.kubernetes.client.openapi.models.V1ServicePort> items) addNewPortLike(io.kubernetes.client.openapi.models.V1ServicePort item) addToClusterIPs(Integer index, String item) addToClusterIPs(String... items) addToExternalIPs(Integer index, String item) addToExternalIPs(String... items) addToIpFamilies(Integer index, String item) addToIpFamilies(String... items) addToLoadBalancerSourceRanges(Integer index, String item) addToLoadBalancerSourceRanges(String... items) addToPorts(io.kubernetes.client.openapi.models.V1ServicePort... items) addToPorts(Integer index, io.kubernetes.client.openapi.models.V1ServicePort item) addToSelector(String key, String value) addToSelector(Map<String, String> map) io.kubernetes.client.openapi.models.V1ServicePortio.kubernetes.client.openapi.models.V1ServicePortio.kubernetes.client.openapi.models.V1ServicePortbuildMatchingPort(Predicate<V1ServicePortBuilder> predicate) io.kubernetes.client.openapi.models.V1ServicePortList<io.kubernetes.client.openapi.models.V1ServicePort>io.kubernetes.client.openapi.models.V1SessionAffinityConfigeditMatchingPort(Predicate<V1ServicePortBuilder> predicate) editOrNewSessionAffinityConfigLike(io.kubernetes.client.openapi.models.V1SessionAffinityConfig item) booleangetClusterIP(Integer index) getExternalIP(Integer index) getIpFamily(Integer index) getMatchingClusterIP(Predicate<String> predicate) getMatchingExternalIP(Predicate<String> predicate) getMatchingIpFamily(Predicate<String> predicate) getMatchingLoadBalancerSourceRange(Predicate<String> predicate) List<io.kubernetes.client.openapi.models.V1ServicePort>getPorts()Deprecated.io.kubernetes.client.openapi.models.V1SessionAffinityConfigDeprecated.getType()inthashCode()hasMatchingClusterIP(Predicate<String> predicate) hasMatchingExternalIP(Predicate<String> predicate) hasMatchingIpFamily(Predicate<String> predicate) hasMatchingLoadBalancerSourceRange(Predicate<String> predicate) hasMatchingPort(Predicate<V1ServicePortBuilder> predicate) hasPorts()hasType()removeAllFromClusterIPs(Collection<String> items) removeAllFromExternalIPs(Collection<String> items) removeAllFromIpFamilies(Collection<String> items) removeAllFromPorts(Collection<io.kubernetes.client.openapi.models.V1ServicePort> items) removeFromClusterIPs(String... items) removeFromExternalIPs(String... items) removeFromIpFamilies(String... items) removeFromLoadBalancerSourceRanges(String... items) removeFromPorts(io.kubernetes.client.openapi.models.V1ServicePort... items) removeFromSelector(String key) removeFromSelector(Map<String, String> map) removeMatchingFromPorts(Predicate<V1ServicePortBuilder> predicate) setNewPortLike(Integer index, io.kubernetes.client.openapi.models.V1ServicePort item) setToClusterIPs(Integer index, String item) setToExternalIPs(Integer index, String item) setToIpFamilies(Integer index, String item) setToLoadBalancerSourceRanges(Integer index, String item) setToPorts(Integer index, io.kubernetes.client.openapi.models.V1ServicePort item) toString()withAllocateLoadBalancerNodePorts(Boolean allocateLoadBalancerNodePorts) withClusterIP(String clusterIP) withClusterIPs(String... clusterIPs) withClusterIPs(List<String> clusterIPs) withExternalIPs(String... externalIPs) withExternalIPs(List<String> externalIPs) withExternalName(String externalName) withExternalTrafficPolicy(String externalTrafficPolicy) withHealthCheckNodePort(Integer healthCheckNodePort) withInternalTrafficPolicy(String internalTrafficPolicy) withIpFamilies(String... ipFamilies) withIpFamilies(List<String> ipFamilies) withIpFamilyPolicy(String ipFamilyPolicy) withLoadBalancerClass(String loadBalancerClass) withLoadBalancerIP(String loadBalancerIP) withLoadBalancerSourceRanges(String... loadBalancerSourceRanges) withLoadBalancerSourceRanges(List<String> loadBalancerSourceRanges) withNewSessionAffinityConfigLike(io.kubernetes.client.openapi.models.V1SessionAffinityConfig item) withPorts(io.kubernetes.client.openapi.models.V1ServicePort... ports) withPublishNotReadyAddresses(Boolean publishNotReadyAddresses) <K,V> A withSelector(Map<String, String> selector) withSessionAffinity(String sessionAffinity) withSessionAffinityConfig(io.kubernetes.client.openapi.models.V1SessionAffinityConfig sessionAffinityConfig) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ServiceSpecFluentImpl
public V1ServiceSpecFluentImpl() -
V1ServiceSpecFluentImpl
public V1ServiceSpecFluentImpl(io.kubernetes.client.openapi.models.V1ServiceSpec instance)
-
-
Method Details
-
getAllocateLoadBalancerNodePorts
- Specified by:
getAllocateLoadBalancerNodePortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withAllocateLoadBalancerNodePorts
- Specified by:
withAllocateLoadBalancerNodePortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasAllocateLoadBalancerNodePorts
- Specified by:
hasAllocateLoadBalancerNodePortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getClusterIP
- Specified by:
getClusterIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withClusterIP
- Specified by:
withClusterIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasClusterIP
- Specified by:
hasClusterIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToClusterIPs
- Specified by:
addToClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
setToClusterIPs
- Specified by:
setToClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToClusterIPs
- Specified by:
addToClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addAllToClusterIPs
- Specified by:
addAllToClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeFromClusterIPs
- Specified by:
removeFromClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeAllFromClusterIPs
- Specified by:
removeAllFromClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getClusterIPs
- Specified by:
getClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getClusterIP
- Specified by:
getClusterIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getFirstClusterIP
- Specified by:
getFirstClusterIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getLastClusterIP
- Specified by:
getLastClusterIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getMatchingClusterIP
- Specified by:
getMatchingClusterIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasMatchingClusterIP
- Specified by:
hasMatchingClusterIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withClusterIPs
- Specified by:
withClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withClusterIPs
- Specified by:
withClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasClusterIPs
- Specified by:
hasClusterIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToExternalIPs
- Specified by:
addToExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
setToExternalIPs
- Specified by:
setToExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToExternalIPs
- Specified by:
addToExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addAllToExternalIPs
- Specified by:
addAllToExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeFromExternalIPs
- Specified by:
removeFromExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeAllFromExternalIPs
- Specified by:
removeAllFromExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getExternalIPs
- Specified by:
getExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getExternalIP
- Specified by:
getExternalIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getFirstExternalIP
- Specified by:
getFirstExternalIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getLastExternalIP
- Specified by:
getLastExternalIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getMatchingExternalIP
- Specified by:
getMatchingExternalIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasMatchingExternalIP
- Specified by:
hasMatchingExternalIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withExternalIPs
- Specified by:
withExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withExternalIPs
- Specified by:
withExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasExternalIPs
- Specified by:
hasExternalIPsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getExternalName
- Specified by:
getExternalNamein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withExternalName
- Specified by:
withExternalNamein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasExternalName
- Specified by:
hasExternalNamein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getExternalTrafficPolicy
- Specified by:
getExternalTrafficPolicyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withExternalTrafficPolicy
- Specified by:
withExternalTrafficPolicyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasExternalTrafficPolicy
- Specified by:
hasExternalTrafficPolicyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getHealthCheckNodePort
- Specified by:
getHealthCheckNodePortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withHealthCheckNodePort
- Specified by:
withHealthCheckNodePortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasHealthCheckNodePort
- Specified by:
hasHealthCheckNodePortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getInternalTrafficPolicy
- Specified by:
getInternalTrafficPolicyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withInternalTrafficPolicy
- Specified by:
withInternalTrafficPolicyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasInternalTrafficPolicy
- Specified by:
hasInternalTrafficPolicyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToIpFamilies
- Specified by:
addToIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
setToIpFamilies
- Specified by:
setToIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToIpFamilies
- Specified by:
addToIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addAllToIpFamilies
- Specified by:
addAllToIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeFromIpFamilies
- Specified by:
removeFromIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeAllFromIpFamilies
- Specified by:
removeAllFromIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getIpFamilies
- Specified by:
getIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getIpFamily
- Specified by:
getIpFamilyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getFirstIpFamily
- Specified by:
getFirstIpFamilyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getLastIpFamily
- Specified by:
getLastIpFamilyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getMatchingIpFamily
- Specified by:
getMatchingIpFamilyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasMatchingIpFamily
- Specified by:
hasMatchingIpFamilyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withIpFamilies
- Specified by:
withIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withIpFamilies
- Specified by:
withIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasIpFamilies
- Specified by:
hasIpFamiliesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getIpFamilyPolicy
- Specified by:
getIpFamilyPolicyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withIpFamilyPolicy
- Specified by:
withIpFamilyPolicyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasIpFamilyPolicy
- Specified by:
hasIpFamilyPolicyin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getLoadBalancerClass
- Specified by:
getLoadBalancerClassin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withLoadBalancerClass
- Specified by:
withLoadBalancerClassin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasLoadBalancerClass
- Specified by:
hasLoadBalancerClassin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getLoadBalancerIP
- Specified by:
getLoadBalancerIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withLoadBalancerIP
- Specified by:
withLoadBalancerIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasLoadBalancerIP
- Specified by:
hasLoadBalancerIPin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToLoadBalancerSourceRanges
- Specified by:
addToLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
setToLoadBalancerSourceRanges
- Specified by:
setToLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToLoadBalancerSourceRanges
- Specified by:
addToLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addAllToLoadBalancerSourceRanges
- Specified by:
addAllToLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeFromLoadBalancerSourceRanges
- Specified by:
removeFromLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeAllFromLoadBalancerSourceRanges
- Specified by:
removeAllFromLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getLoadBalancerSourceRanges
- Specified by:
getLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getLoadBalancerSourceRange
- Specified by:
getLoadBalancerSourceRangein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getFirstLoadBalancerSourceRange
- Specified by:
getFirstLoadBalancerSourceRangein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getLastLoadBalancerSourceRange
- Specified by:
getLastLoadBalancerSourceRangein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getMatchingLoadBalancerSourceRange
- Specified by:
getMatchingLoadBalancerSourceRangein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasMatchingLoadBalancerSourceRange
- Specified by:
hasMatchingLoadBalancerSourceRangein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withLoadBalancerSourceRanges
- Specified by:
withLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withLoadBalancerSourceRanges
- Specified by:
withLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasLoadBalancerSourceRanges
- Specified by:
hasLoadBalancerSourceRangesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToPorts
- Specified by:
addToPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
setToPorts
- Specified by:
setToPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToPorts
- Specified by:
addToPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addAllToPorts
- Specified by:
addAllToPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeFromPorts
- Specified by:
removeFromPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeAllFromPorts
- Specified by:
removeAllFromPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeMatchingFromPorts
- Specified by:
removeMatchingFromPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getPorts
Deprecated.This method has been deprecated, please use method buildPorts instead.- Specified by:
getPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>- Returns:
- The buildable object.
-
buildPorts
- Specified by:
buildPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
buildPort
- Specified by:
buildPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
buildFirstPort
public io.kubernetes.client.openapi.models.V1ServicePort buildFirstPort()- Specified by:
buildFirstPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
buildLastPort
public io.kubernetes.client.openapi.models.V1ServicePort buildLastPort()- Specified by:
buildLastPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
buildMatchingPort
public io.kubernetes.client.openapi.models.V1ServicePort buildMatchingPort(Predicate<V1ServicePortBuilder> predicate) - Specified by:
buildMatchingPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasMatchingPort
- Specified by:
hasMatchingPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withPorts
- Specified by:
withPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withPorts
- Specified by:
withPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasPorts
- Specified by:
hasPortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addNewPort
- Specified by:
addNewPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addNewPortLike
public V1ServiceSpecFluent.PortsNested<A> addNewPortLike(io.kubernetes.client.openapi.models.V1ServicePort item) - Specified by:
addNewPortLikein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
setNewPortLike
public V1ServiceSpecFluent.PortsNested<A> setNewPortLike(Integer index, io.kubernetes.client.openapi.models.V1ServicePort item) - Specified by:
setNewPortLikein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
editPort
- Specified by:
editPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
editFirstPort
- Specified by:
editFirstPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
editLastPort
- Specified by:
editLastPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
editMatchingPort
public V1ServiceSpecFluent.PortsNested<A> editMatchingPort(Predicate<V1ServicePortBuilder> predicate) - Specified by:
editMatchingPortin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getPublishNotReadyAddresses
- Specified by:
getPublishNotReadyAddressesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withPublishNotReadyAddresses
- Specified by:
withPublishNotReadyAddressesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasPublishNotReadyAddresses
- Specified by:
hasPublishNotReadyAddressesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToSelector
- Specified by:
addToSelectorin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
addToSelector
- Specified by:
addToSelectorin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeFromSelector
- Specified by:
removeFromSelectorin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
removeFromSelector
- Specified by:
removeFromSelectorin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getSelector
- Specified by:
getSelectorin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withSelector
- Specified by:
withSelectorin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasSelector
- Specified by:
hasSelectorin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getSessionAffinity
- Specified by:
getSessionAffinityin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withSessionAffinity
- Specified by:
withSessionAffinityin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasSessionAffinity
- Specified by:
hasSessionAffinityin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getSessionAffinityConfig
@Deprecated public io.kubernetes.client.openapi.models.V1SessionAffinityConfig getSessionAffinityConfig()Deprecated.This method has been deprecated, please use method buildSessionAffinityConfig instead.- Specified by:
getSessionAffinityConfigin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>- Returns:
- The buildable object.
-
buildSessionAffinityConfig
public io.kubernetes.client.openapi.models.V1SessionAffinityConfig buildSessionAffinityConfig()- Specified by:
buildSessionAffinityConfigin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withSessionAffinityConfig
public A withSessionAffinityConfig(io.kubernetes.client.openapi.models.V1SessionAffinityConfig sessionAffinityConfig) - Specified by:
withSessionAffinityConfigin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasSessionAffinityConfig
- Specified by:
hasSessionAffinityConfigin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withNewSessionAffinityConfig
- Specified by:
withNewSessionAffinityConfigin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withNewSessionAffinityConfigLike
public V1ServiceSpecFluent.SessionAffinityConfigNested<A> withNewSessionAffinityConfigLike(io.kubernetes.client.openapi.models.V1SessionAffinityConfig item) - Specified by:
withNewSessionAffinityConfigLikein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
editSessionAffinityConfig
- Specified by:
editSessionAffinityConfigin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
editOrNewSessionAffinityConfig
- Specified by:
editOrNewSessionAffinityConfigin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
editOrNewSessionAffinityConfigLike
public V1ServiceSpecFluent.SessionAffinityConfigNested<A> editOrNewSessionAffinityConfigLike(io.kubernetes.client.openapi.models.V1SessionAffinityConfig item) - Specified by:
editOrNewSessionAffinityConfigLikein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
getType
- Specified by:
getTypein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withType
- Specified by:
withTypein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ServiceSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ServiceSpecFluent<A>>
-
toString
-
withAllocateLoadBalancerNodePorts
- Specified by:
withAllocateLoadBalancerNodePortsin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-
withPublishNotReadyAddresses
- Specified by:
withPublishNotReadyAddressesin interfaceV1ServiceSpecFluent<A extends V1ServiceSpecFluent<A>>
-