Sfoglia il codice sorgente

Reword FilterField comment to support godoc

Michael Dresser 4 anni fa
parent
commit
ead2fa142e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pkg/kubecost/allocationfilter.go

+ 2 - 2
pkg/kubecost/allocationfilter.go

@@ -2,8 +2,8 @@ package kubecost
 
 import "github.com/kubecost/cost-model/pkg/log"
 
-// FilterCondition is an enum that represents Allocation-specific fields
-// that can be filtered on (namespace, label, etc.)
+// FilterField is an enum that represents Allocation-specific fields that can be
+// filtered on (namespace, label, etc.)
 type FilterField int
 
 // If you add a FilterField, MAKE SURE TO UPDATE ALL FILTER IMPLEMENTATIONS! Go