Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for finishedResources (0.17 sec)

  1. pilot/pkg/status/distribution/reporter.go

    				finishedResources = append(finishedResources, res)
    				// deleting it here doesn't work because we have a read lock and are inside an iterator.
    				// TODO: this will leak when a resource never reaches 100% before it is replaced.
    				// TODO: do deletes propagate through this thing?
    			}
    		}
    	}
    	return out, finishedResources
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top