Ceph FSVolume Source Args
data class CephFSVolumeSourceArgs(val monitors: Output<List<String>>, val path: Output<String>? = null, val readOnly: Output<Boolean>? = null, val secretFile: Output<String>? = null, val secretRef: Output<LocalObjectReferenceArgs>? = null, val user: Output<String>? = null) : ConvertibleToJava<CephFSVolumeSourceArgs>
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 CephFSVolumeSourceArgs(monitors: Output<List<String>>, path: Output<String>? = null, readOnly: Output<Boolean>? = null, secretFile: Output<String>? = null, secretRef: Output<LocalObjectReferenceArgs>? = null, user: Output<String>? = null)