Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 934 Bytes

File metadata and controls

26 lines (16 loc) · 934 Bytes

Mount

Properties

Name Type Description Notes
bindOptions BindOptions [optional]
clusterOptions Object [optional]
consistency String [optional]
imageOptions ImageOptions [optional]
readOnly Boolean [optional]
source String Source specifies the name of the mount. Depending on mount type, this may be a volume name or a host path, or even ignored. Source is not supported for tmpfs (must be an empty value) [optional]
target String [optional]
tmpfsOptions TmpfsOptions [optional]
type String [optional]
volumeOptions VolumeOptions [optional]

Implemented Interfaces

  • Serializable