Package io.fabric8.kubernetes.api.model
Class DoneableServiceSpec
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ServiceSpecFluentImpl<DoneableServiceSpec>
io.fabric8.kubernetes.api.model.DoneableServiceSpec
- All Implemented Interfaces:
Fluent<DoneableServiceSpec>,Visitable<DoneableServiceSpec>,Doneable<ServiceSpec>,ServiceSpecFluent<DoneableServiceSpec>
public class DoneableServiceSpec extends ServiceSpecFluentImpl<DoneableServiceSpec> implements Doneable<ServiceSpec>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ServiceSpecFluentImpl
ServiceSpecFluentImpl.PortsNestedImpl<N>, ServiceSpecFluentImpl.SessionAffinityConfigNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ServiceSpecFluent
ServiceSpecFluent.PortsNested<N>, ServiceSpecFluent.SessionAffinityConfigNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableServiceSpec(Function<ServiceSpec,ServiceSpec> function)DoneableServiceSpec(ServiceSpec item)DoneableServiceSpec(ServiceSpec item, Function<ServiceSpec,ServiceSpec> function) -
Method Summary
Modifier and Type Method Description ServiceSpecdone()Methods inherited from class io.fabric8.kubernetes.api.model.ServiceSpecFluentImpl
addAllToExternalIPs, addAllToLoadBalancerSourceRanges, addAllToPorts, addAllToTopologyKeys, addNewExternalIP, addNewExternalIP, addNewExternalIP, addNewLoadBalancerSourceRange, addNewLoadBalancerSourceRange, addNewLoadBalancerSourceRange, addNewPort, addNewPortLike, addNewTopologyKey, addNewTopologyKey, addNewTopologyKey, addToExternalIPs, addToExternalIPs, addToLoadBalancerSourceRanges, addToLoadBalancerSourceRanges, addToPorts, addToPorts, addToSelector, addToSelector, addToTopologyKeys, addToTopologyKeys, buildFirstPort, buildLastPort, buildMatchingPort, buildPort, buildPorts, buildSessionAffinityConfig, editFirstPort, editLastPort, editMatchingPort, editOrNewSessionAffinityConfig, editOrNewSessionAffinityConfigLike, editPort, editSessionAffinityConfig, equals, getClusterIP, getExternalIP, getExternalIPs, getExternalName, getExternalTrafficPolicy, getFirstExternalIP, getFirstLoadBalancerSourceRange, getFirstTopologyKey, getHealthCheckNodePort, getIpFamily, getLastExternalIP, getLastLoadBalancerSourceRange, getLastTopologyKey, getLoadBalancerIP, getLoadBalancerSourceRange, getLoadBalancerSourceRanges, getMatchingExternalIP, getMatchingLoadBalancerSourceRange, getMatchingTopologyKey, getPorts, getSelector, getSessionAffinity, getSessionAffinityConfig, getTopologyKey, getTopologyKeys, getType, hasClusterIP, hasExternalIPs, hasExternalName, hasExternalTrafficPolicy, hasHealthCheckNodePort, hasIpFamily, hasLoadBalancerIP, hasLoadBalancerSourceRanges, hasMatchingExternalIP, hasMatchingLoadBalancerSourceRange, hasMatchingPort, hasMatchingTopologyKey, hasPorts, hasPublishNotReadyAddresses, hasSelector, hasSessionAffinity, hasSessionAffinityConfig, hasTopologyKeys, hasType, isPublishNotReadyAddresses, removeAllFromExternalIPs, removeAllFromLoadBalancerSourceRanges, removeAllFromPorts, removeAllFromTopologyKeys, removeFromExternalIPs, removeFromLoadBalancerSourceRanges, removeFromPorts, removeFromSelector, removeFromSelector, removeFromTopologyKeys, removeMatchingFromPorts, setNewPortLike, setToExternalIPs, setToLoadBalancerSourceRanges, setToPorts, setToTopologyKeys, withClusterIP, withExternalIPs, withExternalIPs, withExternalName, withExternalTrafficPolicy, withHealthCheckNodePort, withIpFamily, withLoadBalancerIP, withLoadBalancerSourceRanges, withLoadBalancerSourceRanges, withNewClusterIP, withNewClusterIP, withNewClusterIP, withNewExternalName, withNewExternalName, withNewExternalName, withNewExternalTrafficPolicy, withNewExternalTrafficPolicy, withNewExternalTrafficPolicy, withNewHealthCheckNodePort, withNewHealthCheckNodePort, withNewIpFamily, withNewIpFamily, withNewIpFamily, withNewLoadBalancerIP, withNewLoadBalancerIP, withNewLoadBalancerIP, withNewPublishNotReadyAddresses, withNewPublishNotReadyAddresses, withNewSessionAffinity, withNewSessionAffinity, withNewSessionAffinity, withNewSessionAffinityConfig, withNewSessionAffinityConfigLike, withNewType, withNewType, withNewType, withPorts, withPorts, withPublishNotReadyAddresses, withSelector, withSessionAffinity, withSessionAffinityConfig, withTopologyKeys, withTopologyKeys, withType
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ServiceSpec>
-