Package io.fabric8.kubernetes.api.model
Class DoneableDaemonEndpoint
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.DaemonEndpointFluentImpl<DoneableDaemonEndpoint>
io.fabric8.kubernetes.api.model.DoneableDaemonEndpoint
- All Implemented Interfaces:
Fluent<DoneableDaemonEndpoint>,Visitable<DoneableDaemonEndpoint>,DaemonEndpointFluent<DoneableDaemonEndpoint>,Doneable<DaemonEndpoint>
public class DoneableDaemonEndpoint extends DaemonEndpointFluentImpl<DoneableDaemonEndpoint> implements Doneable<DaemonEndpoint>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableDaemonEndpoint(Function<DaemonEndpoint,DaemonEndpoint> function)DoneableDaemonEndpoint(DaemonEndpoint item)DoneableDaemonEndpoint(DaemonEndpoint item, Function<DaemonEndpoint,DaemonEndpoint> function) -
Method Summary
Modifier and Type Method Description DaemonEndpointdone()Methods inherited from class io.fabric8.kubernetes.api.model.DaemonEndpointFluentImpl
equals, getPort, hasPort, withNewPort, withNewPort, withPort
-
Constructor Details
-
DoneableDaemonEndpoint
-
DoneableDaemonEndpoint
public DoneableDaemonEndpoint(DaemonEndpoint item, Function<DaemonEndpoint,DaemonEndpoint> function) -
DoneableDaemonEndpoint
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<DaemonEndpoint>
-