Interface V1AzureFilePersistentVolumeSourceFluent<A extends V1AzureFilePersistentVolumeSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1PersistentVolumeSpecFluent.AzureFileNested<N>
All Known Implementing Classes:
V1AzureFilePersistentVolumeSourceBuilder, V1AzureFilePersistentVolumeSourceFluentImpl

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

    • getReadOnly

      Boolean getReadOnly()
    • withReadOnly

      A withReadOnly(Boolean readOnly)
    • hasReadOnly

      Boolean hasReadOnly()
    • getSecretName

      String getSecretName()
    • withSecretName

      A withSecretName(String secretName)
    • hasSecretName

      Boolean hasSecretName()
    • getSecretNamespace

      String getSecretNamespace()
    • withSecretNamespace

      A withSecretNamespace(String secretNamespace)
    • hasSecretNamespace

      Boolean hasSecretNamespace()
    • getShareName

      String getShareName()
    • withShareName

      A withShareName(String shareName)
    • hasShareName

      Boolean hasShareName()
    • withReadOnly

      A withReadOnly()