Package io.fabric8.kubernetes.api.model
Class DaemonEndpointFluentImpl<A extends DaemonEndpointFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.DaemonEndpointFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,DaemonEndpointFluent<A>
- Direct Known Subclasses:
DaemonEndpointBuilder
,NodeDaemonEndpointsFluentImpl.KubeletEndpointNestedImpl
,WatchEventFluentImpl.DaemonEndpointObjectNestedImpl
public class DaemonEndpointFluentImpl<A extends DaemonEndpointFluent<A>> extends BaseFluent<A> implements DaemonEndpointFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description DaemonEndpointFluentImpl()
DaemonEndpointFluentImpl(DaemonEndpoint instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getPort()
int
hashCode()
Boolean
hasPort()
A
withPort(Integer port)
-
-
-
Constructor Detail
-
DaemonEndpointFluentImpl
public DaemonEndpointFluentImpl()
-
DaemonEndpointFluentImpl
public DaemonEndpointFluentImpl(DaemonEndpoint instance)
-
-
Method Detail
-
getPort
public Integer getPort()
- Specified by:
getPort
in interfaceDaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
-
withPort
public A withPort(Integer port)
- Specified by:
withPort
in interfaceDaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
-
hasPort
public Boolean hasPort()
- Specified by:
hasPort
in interfaceDaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
-
-