Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readFromEventQueue (0.12 sec)

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

    	}
    	r.distributionEventQueue = make(chan distributionEvent, 100_000)
    	r.status = make(map[string]string)
    	r.reverseStatus = make(map[string]sets.String)
    	r.inProgressResources = make(map[string]*inProgressEntry)
    	go r.readFromEventQueue(stop)
    }
    
    // Start starts the reporter, which watches dataplane ack's and resource changes so that it can update status leader
    // with distribution information.
    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