Package io.fabric8.kubernetes.api.model
Interface NodeDaemonEndpointsFluent.KubeletEndpointNested<N>
-
- All Superinterfaces:
DaemonEndpointFluent<NodeDaemonEndpointsFluent.KubeletEndpointNested<N>>
,Fluent<NodeDaemonEndpointsFluent.KubeletEndpointNested<N>>
,Nested<N>
- All Known Implementing Classes:
NodeDaemonEndpointsFluentImpl.KubeletEndpointNestedImpl
- Enclosing interface:
- NodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
public static interface NodeDaemonEndpointsFluent.KubeletEndpointNested<N> extends Nested<N>, DaemonEndpointFluent<NodeDaemonEndpointsFluent.KubeletEndpointNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endKubeletEndpoint()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.DaemonEndpointFluent
getPort, hasPort, withPort
-
-