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:
DoneableNodeDaemonEndpoints
,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
-
Constructor Summary
Constructors Constructor Description NodeDaemonEndpointsFluentImpl()
NodeDaemonEndpointsFluentImpl(NodeDaemonEndpoints instance)
-
Method Summary
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.Boolean
hasKubeletEndpoint()
A
withKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
withNewKubeletEndpoint()
A
withNewKubeletEndpoint(Integer port)
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
withNewKubeletEndpointLike(DaemonEndpoint item)
-
Constructor Details
-
NodeDaemonEndpointsFluentImpl
public NodeDaemonEndpointsFluentImpl() -
NodeDaemonEndpointsFluentImpl
-
-
Method Details
-
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
- Specified by:
buildKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withKubeletEndpoint
- Specified by:
withKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
hasKubeletEndpoint
- Specified by:
hasKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpoint
- Specified by:
withNewKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<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
- Specified by:
editKubeletEndpoint
in interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<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>>
-
equals
-