We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6044313 + b9bd10c commit 412ca49Copy full SHA for 412ca49
1 file changed
metadata/gc.go
@@ -141,6 +141,7 @@ func startGCContext(ctx context.Context, collectors map[gc.ResourceType]Collecto
141
if len(collectors) > 0 {
142
contexts = map[gc.ResourceType]CollectionContext{}
143
for rt, collector := range collectors {
144
+ rt := rt
145
c, err := collector.StartCollection(ctx)
146
if err != nil {
147
// Only skipping this resource this round
0 commit comments