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