Interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1ContainerFluent.VolumeDevicesNested<N>, V1EphemeralContainerFluent.VolumeDevicesNested<N>
All Known Implementing Classes:
V1VolumeDeviceBuilder, V1VolumeDeviceFluentImpl

public interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getDevicePath

      String getDevicePath()
    • withDevicePath

      A withDevicePath(String devicePath)
    • hasDevicePath

      Boolean hasDevicePath()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()