Package io.quarkus.kubernetes.deployment
Class VolumeItemConfig
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.VolumeItemConfig
-
public class VolumeItemConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description VolumeItemConfig()
-
-
-
Field Detail
-
path
@ConfigItem String path
The path where the file will be mounted.
-
mode
@ConfigItem(defaultValue="-1") int mode
It must be a value between 0000 and 0777. If not specified, the volume defaultMode will be used.
-
-