Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ToModelKey (0.15 sec)

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

    		// if cache miss, need to skip current loop, otherwise is will cause errors like
    		// invalid memory address or nil pointer dereference
    		if _, ok := r.inProgressResources[item.ToModelKey()]; !ok {
    			continue
    		}
    		total := r.inProgressResources[item.ToModelKey()].completedIterations + 1
    		if int64(total) > (time.Minute.Milliseconds() / r.UpdateInterval.Milliseconds()) {
    			// remove from inProgressResources
    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