Przeglądaj źródła

Remove extraneous comment

Michael Dresser 4 lat temu
rodzic
commit
e94003eff9
1 zmienionych plików z 0 dodań i 4 usunięć
  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