Package io.fabric8.kubernetes.api.model
Class DoneableServicePort
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ServicePortFluentImpl<DoneableServicePort>
io.fabric8.kubernetes.api.model.DoneableServicePort
- All Implemented Interfaces:
Fluent<DoneableServicePort>,Visitable<DoneableServicePort>,Doneable<ServicePort>,ServicePortFluent<DoneableServicePort>
public class DoneableServicePort extends ServicePortFluentImpl<DoneableServicePort> implements Doneable<ServicePort>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ServicePortFluentImpl
ServicePortFluentImpl.TargetPortNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ServicePortFluent
ServicePortFluent.TargetPortNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableServicePort(Function<ServicePort,ServicePort> function)DoneableServicePort(ServicePort item)DoneableServicePort(ServicePort item, Function<ServicePort,ServicePort> function) -
Method Summary
Modifier and Type Method Description ServicePortdone()Methods inherited from class io.fabric8.kubernetes.api.model.ServicePortFluentImpl
buildTargetPort, editOrNewTargetPort, editOrNewTargetPortLike, editTargetPort, equals, getAppProtocol, getName, getNodePort, getPort, getProtocol, getTargetPort, hasAppProtocol, hasName, hasNodePort, hasPort, hasProtocol, hasTargetPort, withAppProtocol, withName, withNewAppProtocol, withNewAppProtocol, withNewAppProtocol, withNewName, withNewName, withNewName, withNewNodePort, withNewNodePort, withNewPort, withNewPort, withNewProtocol, withNewProtocol, withNewProtocol, withNewTargetPort, withNewTargetPort, withNewTargetPort, withNewTargetPortLike, withNodePort, withPort, withProtocol, withTargetPort
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ServicePort>
-