瀏覽代碼

Remove extraneous comment

Michael Dresser 4 年之前
父節點
當前提交
e94003eff9
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      pkg/kubecost/allocationfilter.go

+ 0 - 4
pkg/kubecost/allocationfilter.go

@@ -89,10 +89,6 @@ func (filter AllocationFilterCondition) Matches(a *Allocation) bool {
 		return false
 	}
 
-	// TODO Controller PARSING should allow controllerkind:controllername
-	// syntax, converted to:
-	// (AND (ControllerName Equals) (ControllerKind Equals))
-
 	// The Allocation's value for the field to compare
 	var valueToCompare string