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:
DoneableNodeDaemonEndpoints
,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
-
Method Details
-
getKubeletEndpoint
Deprecated.This method has been deprecated, please use method buildKubeletEndpoint instead.- Returns:
- The buildable object.
-
buildKubeletEndpoint
DaemonEndpoint buildKubeletEndpoint() -
withKubeletEndpoint
-
hasKubeletEndpoint
Boolean hasKubeletEndpoint() -
withNewKubeletEndpoint
-
withNewKubeletEndpoint
NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpoint() -
withNewKubeletEndpointLike
-
editKubeletEndpoint
NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editKubeletEndpoint() -
editOrNewKubeletEndpoint
NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpoint() -
editOrNewKubeletEndpointLike
NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpointLike(DaemonEndpoint item)
-