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