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