We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cebf88 commit dc96537Copy full SHA for dc96537
1 file changed
pkg/ddc/base/validate_test.go
@@ -84,6 +84,7 @@ func (m *mockRuntimeInfoForValidate) GetPersistentVolumeName() string { return
84
func (m *mockRuntimeInfoForValidate) GetLabelNameForMemory() string { return "" }
85
func (m *mockRuntimeInfoForValidate) GetLabelNameForDisk() string { return "" }
86
func (m *mockRuntimeInfoForValidate) GetLabelNameForTotal() string { return "" }
87
+// GetCommonLabelName returns the common label name.
88
func (m *mockRuntimeInfoForValidate) GetCommonLabelName() string { return "" }
89
func (m *mockRuntimeInfoForValidate) GetFuseLabelName() string { return "" }
90
func (m *mockRuntimeInfoForValidate) GetRuntimeLabelName() string { return "" }
0 commit comments