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