Interface V1QuobyteVolumeSourceFluent<A extends V1QuobyteVolumeSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1PersistentVolumeSpecFluent.QuobyteNested<N>, V1VolumeFluent.QuobyteNested<N>
All Known Implementing Classes:
V1QuobyteVolumeSourceBuilder, V1QuobyteVolumeSourceFluentImpl

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

    • getGroup

      String getGroup()
    • withGroup

      A withGroup(String group)
    • hasGroup

      Boolean hasGroup()
    • getReadOnly

      Boolean getReadOnly()
    • withReadOnly

      A withReadOnly(Boolean readOnly)
    • hasReadOnly

      Boolean hasReadOnly()
    • getRegistry

      String getRegistry()
    • withRegistry

      A withRegistry(String registry)
    • hasRegistry

      Boolean hasRegistry()
    • getTenant

      String getTenant()
    • withTenant

      A withTenant(String tenant)
    • hasTenant

      Boolean hasTenant()
    • getUser

      String getUser()
    • withUser

      A withUser(String user)
    • hasUser

      Boolean hasUser()
    • getVolume

      String getVolume()
    • withVolume

      A withVolume(String volume)
    • hasVolume

      Boolean hasVolume()
    • withReadOnly

      A withReadOnly()