Package io.quarkus.kubernetes.deployment
Class AzureFileVolumeConfig
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.AzureFileVolumeConfig
-
public class AzureFileVolumeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
readOnly
Whether the volumeName is read only or not.(package private) String
secretName
The secret name.(package private) String
shareName
The share name.
-
Constructor Summary
Constructors Constructor Description AzureFileVolumeConfig()
-