فهرست منبع

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,