Ceph FSPersistent Volume Source
data class CephFSPersistentVolumeSource(val monitors: List<String>, val path: String? = null, val readOnly: Boolean? = null, val secretFile: String? = null, val secretRef: SecretReference? = 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 CephFSPersistentVolumeSource(monitors: List<String>, path: String? = null, readOnly: Boolean? = null, secretFile: String? = null, secretRef: SecretReference? = null, user: String? = null)