mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 02:50:30 +00:00
doc: correct comment indentation in rbdVolume
correct comment indentation in rbdvolume{} Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
095a82f37d
commit
5c079894c7
@ -108,12 +108,12 @@ type rbdVolume struct {
|
|||||||
rbdImage
|
rbdImage
|
||||||
|
|
||||||
// VolName and MonValueFromSecret are retained from older plugin versions (<= 1.0.0)
|
// VolName and MonValueFromSecret are retained from older plugin versions (<= 1.0.0)
|
||||||
// for backward compatibility reasons
|
// for backward compatibility reasons
|
||||||
TopologyPools *[]util.TopologyConstrainedPool
|
TopologyPools *[]util.TopologyConstrainedPool
|
||||||
TopologyRequirement *csi.TopologyRequirement
|
TopologyRequirement *csi.TopologyRequirement
|
||||||
Topology map[string]string
|
Topology map[string]string
|
||||||
// DataPool is where the data for images in `Pool` are stored, this is used as the `--data-pool`
|
// DataPool is where the data for images in `Pool` are stored, this is used as the `--data-pool`
|
||||||
// argument when the pool is created, and is not used anywhere else
|
// argument when the pool is created, and is not used anywhere else
|
||||||
DataPool string
|
DataPool string
|
||||||
ParentName string
|
ParentName string
|
||||||
// Parent Pool is the pool that contains the parent image.
|
// Parent Pool is the pool that contains the parent image.
|
||||||
|
Loading…
Reference in New Issue
Block a user