Package io.fabric8.kubernetes.api.model
Interface NodeStatusFluent.DaemonEndpointsNested<N>
-
- All Superinterfaces:
Fluent<NodeStatusFluent.DaemonEndpointsNested<N>>
,Nested<N>
,NodeDaemonEndpointsFluent<NodeStatusFluent.DaemonEndpointsNested<N>>
- All Known Implementing Classes:
NodeStatusFluentImpl.DaemonEndpointsNestedImpl
- Enclosing interface:
- NodeStatusFluent<A extends NodeStatusFluent<A>>
public static interface NodeStatusFluent.DaemonEndpointsNested<N> extends Nested<N>, NodeDaemonEndpointsFluent<NodeStatusFluent.DaemonEndpointsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeDaemonEndpointsFluent
NodeDaemonEndpointsFluent.KubeletEndpointNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endDaemonEndpoints()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.NodeDaemonEndpointsFluent
buildKubeletEndpoint, editKubeletEndpoint, editOrNewKubeletEndpoint, editOrNewKubeletEndpointLike, getKubeletEndpoint, hasKubeletEndpoint, withKubeletEndpoint, withNewKubeletEndpoint, withNewKubeletEndpoint, withNewKubeletEndpointLike
-
-