Package io.quarkus.kubernetes.deployment
Interface AzureFileVolumeConfig
public interface AzureFileVolumeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanreadOnly()Whether the volumeName is read only or not.The secret name.The share name.
-
Method Details
-
secretName
String secretName()The secret name. -
readOnly
@WithDefault("false") boolean readOnly()Whether the volumeName is read only or not.