Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processPendingGraphChanges (0.28 sec)

  1. pkg/controller/garbagecollector/garbagecollector_test.go

    	graphChanges    *trackingWorkqueue[*event]
    }
    
    type step struct {
    	name  string
    	check func(stepContext)
    }
    
    func processPendingGraphChanges(count int) step {
    	return step{
    		name: "processPendingGraphChanges",
    		check: func(ctx stepContext) {
    			ctx.t.Helper()
    			if count <= 0 {
    				// process all
    				for ctx.gc.dependencyGraphBuilder.graphChanges.Len() != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top