Package io.fabric8.kubernetes.api.model
Interface NodeStatusFluent.VolumesAttachedNested<N>
-
- All Superinterfaces:
AttachedVolumeFluent<NodeStatusFluent.VolumesAttachedNested<N>>
,Fluent<NodeStatusFluent.VolumesAttachedNested<N>>
,Nested<N>
- All Known Implementing Classes:
NodeStatusFluentImpl.VolumesAttachedNestedImpl
- Enclosing interface:
- NodeStatusFluent<A extends NodeStatusFluent<A>>
public static interface NodeStatusFluent.VolumesAttachedNested<N> extends Nested<N>, AttachedVolumeFluent<NodeStatusFluent.VolumesAttachedNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endVolumesAttached()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.AttachedVolumeFluent
getDevicePath, getName, hasDevicePath, hasName, withDevicePath, withName, withNewDevicePath, withNewDevicePath, withNewDevicePath, withNewName, withNewName, withNewName
-
-