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