Package io.quarkus.kubernetes.deployment
Interface AwsElasticBlockStoreVolumeConfig
public interface AwsElasticBlockStoreVolumeConfig
-
Method Summary
-
Method Details
-
volumeId
String volumeId()The name of the disk to mount. -
partition
OptionalInt partition()The partition. -
fsType
Filesystem type. -
readOnly
@WithDefault("false") boolean readOnly()Whether the volumeName is read only or not.
-