Package io.quarkus.kubernetes.deployment
Class AwsElasticBlockStoreVolumeConfig
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig
-
public class AwsElasticBlockStoreVolumeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) StringfsTypeFilesystem type.(package private) OptionalIntpartitionThe partition.(package private) booleanreadOnlyWhether the volumeName is read only or not.(package private) StringvolumeIdThe name of the disk to mount.
-
Constructor Summary
Constructors Constructor Description AwsElasticBlockStoreVolumeConfig()
-
-
-
Field Detail
-
volumeId
@ConfigItem String volumeId
The name of the disk to mount.
-
partition
@ConfigItem OptionalInt partition
The partition.
-
fsType
@ConfigItem(defaultValue="ext4") String fsType
Filesystem type.
-
readOnly
@ConfigItem boolean readOnly
Whether the volumeName is read only or not.
-
-