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 classNodeDaemonEndpointsFluentImpl.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 DaemonEndpointbuildKubeletEndpoint()NodeDaemonEndpointsFluent.KubeletEndpointNested<A>editKubeletEndpoint()NodeDaemonEndpointsFluent.KubeletEndpointNested<A>editOrNewKubeletEndpoint()NodeDaemonEndpointsFluent.KubeletEndpointNested<A>editOrNewKubeletEndpointLike(DaemonEndpoint item)booleanequals(Object o)DaemonEndpointgetKubeletEndpoint()Deprecated.BooleanhasKubeletEndpoint()AwithKubeletEndpoint(DaemonEndpoint kubeletEndpoint)NodeDaemonEndpointsFluent.KubeletEndpointNested<A>withNewKubeletEndpoint()AwithNewKubeletEndpoint(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:
getKubeletEndpointin interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>- Returns:
- The buildable object.
-
buildKubeletEndpoint
- Specified by:
buildKubeletEndpointin interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withKubeletEndpoint
- Specified by:
withKubeletEndpointin interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
hasKubeletEndpoint
- Specified by:
hasKubeletEndpointin interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpoint
- Specified by:
withNewKubeletEndpointin interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpoint
- Specified by:
withNewKubeletEndpointin interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpointLike
public NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpointLike(DaemonEndpoint item)- Specified by:
withNewKubeletEndpointLikein interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
editKubeletEndpoint
- Specified by:
editKubeletEndpointin interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
editOrNewKubeletEndpoint
- Specified by:
editOrNewKubeletEndpointin interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
editOrNewKubeletEndpointLike
public NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpointLike(DaemonEndpoint item)- Specified by:
editOrNewKubeletEndpointLikein interfaceNodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
equals
-