Interface V1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1PersistentVolumeSpecFluent.PortworxVolumeNested<N>, V1VolumeFluent.PortworxVolumeNested<N>
All Known Implementing Classes:
V1PortworxVolumeSourceBuilder, V1PortworxVolumeSourceFluentImpl

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

    • getFsType

      String getFsType()
    • withFsType

      A withFsType(String fsType)
    • hasFsType

      Boolean hasFsType()
    • getReadOnly

      Boolean getReadOnly()
    • withReadOnly

      A withReadOnly(Boolean readOnly)
    • hasReadOnly

      Boolean hasReadOnly()
    • getVolumeID

      String getVolumeID()
    • withVolumeID

      A withVolumeID(String volumeID)
    • hasVolumeID

      Boolean hasVolumeID()
    • withReadOnly

      A withReadOnly()