Interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1PersistentVolumeSpecFluent.NfsNested<N>, V1VolumeFluent.NfsNested<N>
All Known Implementing Classes:
V1NFSVolumeSourceBuilder, V1NFSVolumeSourceFluentImpl

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

    • getPath

      String getPath()
    • withPath

      A withPath(String path)
    • hasPath

      Boolean hasPath()
    • getReadOnly

      Boolean getReadOnly()
    • withReadOnly

      A withReadOnly(Boolean readOnly)
    • hasReadOnly

      Boolean hasReadOnly()
    • getServer

      String getServer()
    • withServer

      A withServer(String server)
    • hasServer

      Boolean hasServer()
    • withReadOnly

      A withReadOnly()