Ceph FSVolume Source
data class CephFSVolumeSource(val monitors: List<String>, val path: String? = null, val readOnly: Boolean? = null, val secretFile: String? = null, val secretRef: LocalObjectReference? = null, val user: String? = null)
Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.
Constructors
Link copied to clipboard
fun CephFSVolumeSource(monitors: List<String>, path: String? = null, readOnly: Boolean? = null, secretFile: String? = null, secretRef: LocalObjectReference? = null, user: String? = null)