Package io.fabric8.kubernetes.api.model
Class NodeDaemonEndpointsFluentImpl<A extends NodeDaemonEndpointsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeDaemonEndpointsFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,NodeDaemonEndpointsFluent<A>
- Direct Known Subclasses:
NodeDaemonEndpointsBuilder
,NodeStatusFluentImpl.DaemonEndpointsNestedImpl
,WatchEventFluentImpl.NodeDaemonEndpointsObjectNestedImpl
public class NodeDaemonEndpointsFluentImpl<A extends NodeDaemonEndpointsFluent<A>> extends BaseFluent<A> implements NodeDaemonEndpointsFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
NodeDaemonEndpointsFluentImpl.KubeletEndpointNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeDaemonEndpointsFluent
NodeDaemonEndpointsFluent.KubeletEndpointNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description NodeDaemonEndpointsFluentImpl()
NodeDaemonEndpointsFluentImpl(NodeDaemonEndpoints instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DaemonEndpoint
buildKubeletEndpoint()
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
editKubeletEndpoint()
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
editOrNewKubeletEndpoint()
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
editOrNewKubeletEndpointLike(DaemonEndpoint item)
boolean
equals(Object o)
DaemonEndpoint
getKubeletEndpoint()
Deprecated.int
hashCode()
Boolean
hasKubeletEndpoint()
A
withKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
withNewKubeletEndpoint()
A
withNewKubeletEndpoint(Integer port)
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
withNewKubeletEndpointLike(DaemonEndpoint item)
-
-
-
Constructor Detail
-
NodeDaemonEndpointsFluentImpl
public NodeDaemonEndpointsFluentImpl()
-
NodeDaemonEndpointsFluentImpl
public NodeDaemonEndpointsFluentImpl(NodeDaemonEndpoints instance)
-
-
Method Detail
-
getKubeletEndpoint
@Deprecated public DaemonEndpoint getKubeletEndpoint()
Deprecated.This method has been deprecated, please use method buildKubeletEndpoint instead.- Specified by:
getKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
- Returns:
- The buildable object.
-
buildKubeletEndpoint
public DaemonEndpoint buildKubeletEndpoint()
- Specified by:
buildKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withKubeletEndpoint
public A withKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
- Specified by:
withKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
hasKubeletEndpoint
public Boolean hasKubeletEndpoint()
- Specified by:
hasKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpoint
public A withNewKubeletEndpoint(Integer port)
- Specified by:
withNewKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpoint
public NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpoint()
- Specified by:
withNewKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpointLike
public NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpointLike(DaemonEndpoint item)
- Specified by:
withNewKubeletEndpointLike
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
editKubeletEndpoint
public NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editKubeletEndpoint()
- Specified by:
editKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
editOrNewKubeletEndpoint
public NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpoint()
- Specified by:
editOrNewKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
editOrNewKubeletEndpointLike
public NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpointLike(DaemonEndpoint item)
- Specified by:
editOrNewKubeletEndpointLike
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
-