Interface V1GlusterfsPersistentVolumeSourceFluent<A extends V1GlusterfsPersistentVolumeSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1PersistentVolumeSpecFluent.GlusterfsNested<N>
All Known Implementing Classes:
V1GlusterfsPersistentVolumeSourceBuilder, V1GlusterfsPersistentVolumeSourceFluentImpl

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

    • getEndpoints

      String getEndpoints()
    • withEndpoints

      A withEndpoints(String endpoints)
    • hasEndpoints

      Boolean hasEndpoints()
    • getEndpointsNamespace

      String getEndpointsNamespace()
    • withEndpointsNamespace

      A withEndpointsNamespace(String endpointsNamespace)
    • hasEndpointsNamespace

      Boolean hasEndpointsNamespace()
    • getPath

      String getPath()
    • withPath

      A withPath(String path)
    • hasPath

      Boolean hasPath()
    • getReadOnly

      Boolean getReadOnly()
    • withReadOnly

      A withReadOnly(Boolean readOnly)
    • hasReadOnly

      Boolean hasReadOnly()
    • withReadOnly

      A withReadOnly()