Просмотр исходного кода

Remove comment about not supportinf wildcards

Michael Dresser 4 лет назад
Родитель
Сommit
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,