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