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 Summary
Modifier and TypeMethodDescriptionwithReadOnly
(Boolean readOnly) withSecretName
(String secretName) withSecretNamespace
(String secretNamespace) withShareName
(String shareName)
-
Method Details
-
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
getSecretName
String getSecretName() -
withSecretName
-
hasSecretName
Boolean hasSecretName() -
getSecretNamespace
String getSecretNamespace() -
withSecretNamespace
-
hasSecretNamespace
Boolean hasSecretNamespace() -
withReadOnly
A withReadOnly()
-