File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,10 +80,11 @@ func (m *mockRuntimeInfoForValidate) GetOwnerDatasetUID() string { return m.owne
8080func (m * mockRuntimeInfoForValidate ) IsPlacementModeSet () bool { return m .placementModeSet }
8181
8282// Conventions interface methods (stub implementations)
83- 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 "" }
83+ 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+
8788// GetCommonLabelName returns the common label name.
8889func (m * mockRuntimeInfoForValidate ) GetCommonLabelName () string { return "" }
8990func (m * mockRuntimeInfoForValidate ) GetFuseLabelName () string { return "" }
You can’t perform that action at this time.
0 commit comments