Package io.fabric8.kubernetes.api.model
Interface NodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeStatusFluent.DaemonEndpointsNested<N>
,WatchEventFluent.NodeDaemonEndpointsObjectNested<N>
- All Known Implementing Classes:
NodeDaemonEndpointsBuilder
,NodeDaemonEndpointsFluentImpl
,NodeStatusFluentImpl.DaemonEndpointsNestedImpl
,WatchEventFluentImpl.NodeDaemonEndpointsObjectNestedImpl
public interface NodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NodeDaemonEndpointsFluent.KubeletEndpointNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DaemonEndpoint
buildKubeletEndpoint()
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
editKubeletEndpoint()
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
editOrNewKubeletEndpoint()
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
editOrNewKubeletEndpointLike(DaemonEndpoint item)
DaemonEndpoint
getKubeletEndpoint()
Deprecated.Boolean
hasKubeletEndpoint()
A
withKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
withNewKubeletEndpoint()
A
withNewKubeletEndpoint(Integer port)
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
withNewKubeletEndpointLike(DaemonEndpoint item)
-
-
-
Method Detail
-
getKubeletEndpoint
@Deprecated DaemonEndpoint getKubeletEndpoint()
Deprecated.This method has been deprecated, please use method buildKubeletEndpoint instead.- Returns:
- The buildable object.
-
buildKubeletEndpoint
DaemonEndpoint buildKubeletEndpoint()
-
withKubeletEndpoint
A withKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
-
hasKubeletEndpoint
Boolean hasKubeletEndpoint()
-
withNewKubeletEndpoint
NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpoint()
-
withNewKubeletEndpointLike
NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpointLike(DaemonEndpoint item)
-
editKubeletEndpoint
NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editKubeletEndpoint()
-
editOrNewKubeletEndpoint
NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpoint()
-
editOrNewKubeletEndpointLike
NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpointLike(DaemonEndpoint item)
-
-