Skip to content

Commit

Permalink
Refactor constraints to improve reuse, To #60096268
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang committed Nov 3, 2024
1 parent 3f74e64 commit 5e7f9e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions pkg/ddc/jindo/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ limitations under the License.
package jindo

const (
// SummaryPrefixTotalDiskCapacity = "Total Capacity: "

SUMMARY_PREFIX_USED_CAPACITY = "Used Capacity: "

METADATA_SYNC_NOT_DONE_MSG = "[Calculating]"
Expand Down
2 changes: 0 additions & 2 deletions pkg/ddc/jindocache/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const (

Mount_TYPE = "mount_type"

SummaryPrefixTotalDiskCapacity = "Total Disk Capacity: "

SUMMARY_PREFIX_USED_CAPACITY = "Used Disk Capacity: "

SUMMARY_PREFIX_TOTAL_MEM_CAPACITY = "Total MEM Capacity: "
Expand Down
2 changes: 0 additions & 2 deletions pkg/ddc/jindofsx/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const (

Mount_TYPE = "mount_type"

// SummaryPrefixTotalDiskCapacity = "Total Disk Capacity: "

SUMMARY_PREFIX_USED_CAPACITY = "Used Disk Capacity: "

SUMMARY_PREFIX_TOTAL_MEM_CAPACITY = "Total MEM Capacity: "
Expand Down

0 comments on commit 5e7f9e1

Please sign in to comment.