Interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1NodeStatusFluent.VolumesAttachedNested<N>
All Known Implementing Classes:
V1AttachedVolumeBuilder, V1AttachedVolumeFluentImpl

public interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<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()