Package io.fabric8.kubernetes.api.model
Interface DaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeDaemonEndpointsFluent.KubeletEndpointNested<N>,WatchEventFluent.DaemonEndpointObjectNested<N>
- All Known Implementing Classes:
DaemonEndpointBuilder,DaemonEndpointFluentImpl,NodeDaemonEndpointsFluentImpl.KubeletEndpointNestedImpl,WatchEventFluentImpl.DaemonEndpointObjectNestedImpl
public interface DaemonEndpointFluent<A extends DaemonEndpointFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetPort()BooleanhasPort()AwithPort(Integer port)
-