doc: correct comment indentation in rbdVolume

correct comment indentation in rbdvolume{}

Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
Yug 2021-06-11 13:36:32 +05:30 committed by mergify[bot]
parent 095a82f37d
commit 5c079894c7

View File

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