Kazan v0.11.0 Kazan.Apis.Core.V1.RBDVolumeSource View Source
Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.
OpenAPI Definition: io.k8s.api.core.v1.RBDVolumeSource
Properties
fs_type::String- Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified. More info.
image::String- The rados image name. More info.
keyring::String- Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info.
monitors:: [String]- A collection of Ceph monitors. More info.
pool::String- The rados pool name. Default is rbd. More info.
read_only::Boolean- ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info.
secret_ref::Kazan.Apis.Core.V1.LocalObjectReference- SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info.
user::String- The rados user name. Default is admin. More info.