# Functions

GetOsdCaps is a function that returns the Caps for each defined pool.
GetPool is a function that validates the pool passed as input, and return the default if no pool is given.
GetRbdUser is a function that validate the user passed as input, and return openstack if no user is given.
ValidateMons is a function that validates the comma separated Mon list defined for the external ceph cluster; it also checks the provided IP addresses are not malformed.

# Constants

Ceph defaults.
Ceph defaults.
Ceph defaults.
Ceph defaults.
Ceph defaults.
Ceph defaults.

# Structs

Backend defines the Ceph client parameters.
PoolSpec defines the Ceph pool Spec parameters.

# Type aliases

Defaults is used as type to reference defaults.