Ceph FSVolume Source Patch
data class CephFSVolumeSourcePatch(val monitors: List<String>? = null, val path: String? = null, val readOnly: Boolean? = null, val secretFile: String? = null, val secretRef: LocalObjectReferencePatch? = 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 CephFSVolumeSourcePatch(monitors: List<String>? = null, path: String? = null, readOnly: Boolean? = null, secretFile: String? = null, secretRef: LocalObjectReferencePatch? = null, user: String? = null)