Browse Source

Remove extraneous comment

Michael Dresser 4 years ago
parent
commit
e94003eff9
1 changed files with 0 additions and 4 deletions
  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