Browse Source

Clear unnecessary todo

Michael Dresser 4 năm trước cách đây
mục cha
commit
48acb0b4a8
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      pkg/util/allocationfilterutil/v2/lexer.go

+ 0 - 2
pkg/util/allocationfilterutil/v2/lexer.go

@@ -37,8 +37,6 @@ const (
 // These maps serve a dual purpose. (1) to help the lexer identify special
 // strings that should become filterField1/2 instead of identifiers and (2) to
 // help the parser convert tokens into AllocationFilterConditions.
-//
-// TODO: Should the lexer _also_ attach the FilterField to help the parser out?
 var ff1ToKCFilterField = map[string]kubecost.FilterField{
 	"cluster":        kubecost.FilterClusterID,
 	"node":           kubecost.FilterNode,