Interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1VolumeFluent.AzureFileNested<N>
All Known Implementing Classes:
V1AzureFileVolumeSourceBuilder, V1AzureFileVolumeSourceFluentImpl

public interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<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()
    • getShareName

      String getShareName()
    • withShareName

      A withShareName(String shareName)
    • hasShareName

      Boolean hasShareName()
    • withReadOnly

      A withReadOnly()