Преглед изворни кода

Remove comment about not supportinf wildcards

Michael Dresser пре 4 година
родитељ
комит
77928063eb
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      pkg/util/filterutil/allocationfilters.go

+ 0 - 3
pkg/util/filterutil/allocationfilters.go

@@ -33,9 +33,6 @@ func parseWildcardEnd(rawFilterValue string) (string, bool) {
 // It takes an optional ClusterMap, which if provided enables cluster name
 // filtering. This turns all `filterClusters=foo` arguments into the equivalent
 // of `clusterID = "foo" OR clusterName = "foo"`.
-//
-// TODO: This does not yet support filters with wildcards (e.g.
-// filterNamespaces=kube*)
 func AllocationFilterFromParamsV1(
 	qp httputil.QueryParams,
 	labelConfig *kubecost.LabelConfig,