Skip to content

Commit dc96537

Browse files
committed
Add comments to GetCommonLabelName in fluid/pkg/ddc/base/validate_test.go.
Signed-off-by: mt <599155198@qq.com>
1 parent 2cebf88 commit dc96537

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/ddc/base/validate_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func (m *mockRuntimeInfoForValidate) GetPersistentVolumeName() string { return
8484
func (m *mockRuntimeInfoForValidate) GetLabelNameForMemory() string { return "" }
8585
func (m *mockRuntimeInfoForValidate) GetLabelNameForDisk() string { return "" }
8686
func (m *mockRuntimeInfoForValidate) GetLabelNameForTotal() string { return "" }
87+
// GetCommonLabelName returns the common label name.
8788
func (m *mockRuntimeInfoForValidate) GetCommonLabelName() string { return "" }
8889
func (m *mockRuntimeInfoForValidate) GetFuseLabelName() string { return "" }
8990
func (m *mockRuntimeInfoForValidate) GetRuntimeLabelName() string { return "" }

0 commit comments

Comments
 (0)