Class AwsElasticBlockStoreVolumeConfig

java.lang.Object
io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig

public class AwsElasticBlockStoreVolumeConfig extends Object
  • Field Details

    • 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.
  • Constructor Details

    • AwsElasticBlockStoreVolumeConfig

      public AwsElasticBlockStoreVolumeConfig()