Package io.quarkus.kubernetes.deployment
Class MountConfig
java.lang.Object
io.quarkus.kubernetes.deployment.MountConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the volumeName to mount.The path to mount.(package private) booleanReadOnlyPath within the volumeName from which the container's volumeName should be mounted. -
Constructor Summary
Constructors -
Method Summary
-
Field 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
@ConfigItem boolean readOnlyReadOnly
-
-
Constructor Details
-
MountConfig
public MountConfig()
-