Skip to content

Commit

Permalink
replace other expunges
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Jul 11, 2023
1 parent 9e217f7 commit 5391b1f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2,544 deletions.
4 changes: 2 additions & 2 deletions pkg/discoverer/k8s/service/discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ type Discoverer interface {
type discoverer struct {
maxPods int
nodes valdsync.Map[string, *node.Node]
nodeMetrics nodeMetricsMap
pods podsMap
nodeMetrics valdsync.Map[string, mnode.Node]
pods valdsync.Map[string, []pod.Pod]
podMetrics valdsync.Map[string, mpod.Pod]
podsByNode atomic.Value
podsByNamespace atomic.Value
Expand Down
Loading

0 comments on commit 5391b1f

Please sign in to comment.