Kazan v0.9.0 Kazan.Apis.Core.V1.RBDPersistentVolumeSource 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.RBDPersistentVolumeSource

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

  • keyring :: String

    • Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info.
  • monitors :: [ String ]

  • 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.SecretReference

    • 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.