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
 		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
 	// The Allocation's value for the field to compare
 	var valueToCompare string
 	var valueToCompare string