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 booleanequals(Object o)IntegergetPort()inthashCode()BooleanhasPort()AwithPort(Integer port)
-
-
-
Constructor Detail
-
DaemonEndpointFluentImpl
public DaemonEndpointFluentImpl()
-
DaemonEndpointFluentImpl
public DaemonEndpointFluentImpl(DaemonEndpoint instance)
-
-
Method Detail
-
getPort
public Integer getPort()
- Specified by:
getPortin interfaceDaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
-
withPort
public A withPort(Integer port)
- Specified by:
withPortin interfaceDaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
-
hasPort
public Boolean hasPort()
- Specified by:
hasPortin interfaceDaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
-
-