Package io.quarkus.kubernetes.deployment
Interface MountConfig
public interface MountConfig
-
Method Summary
-
Method Details
-
name
The name of the volumeName to mount. -
path
The path to mount. -
subPath
Path within the volumeName from which the container's volumeName should be mounted. -
readOnly
@WithDefault("false") boolean readOnly()ReadOnly.
-