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 interfaceNodeDaemonEndpointsFluent.KubeletEndpointNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DaemonEndpointbuildKubeletEndpoint()NodeDaemonEndpointsFluent.KubeletEndpointNested<A>editKubeletEndpoint()NodeDaemonEndpointsFluent.KubeletEndpointNested<A>editOrNewKubeletEndpoint()NodeDaemonEndpointsFluent.KubeletEndpointNested<A>editOrNewKubeletEndpointLike(DaemonEndpoint item)DaemonEndpointgetKubeletEndpoint()Deprecated.BooleanhasKubeletEndpoint()AwithKubeletEndpoint(DaemonEndpoint kubeletEndpoint)NodeDaemonEndpointsFluent.KubeletEndpointNested<A>withNewKubeletEndpoint()AwithNewKubeletEndpoint(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)
-
-