Package io.quarkus.kubernetes.deployment
Interface VolumeItemConfig
public interface VolumeItemConfig
-
Method Summary
-
Method Details
-
path
String path()The path where the file will be mounted. -
mode
@WithDefault("-1") int mode()It must be a value between 0000 and 0777. If not specified, the volume defaultMode will be used.
-