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.
Properties
Link copied to clipboard
secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
Link copied to clipboard
secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it