• k8s-merge-robot's avatar
    Merge pull request #29368 from mwielgus/delaying_deliverer · f7409f3b
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Delaying deliverer for Federated ReplicaSet
    
    A helper struct to push data to a channel after a given delay. It runs on a single gouroutine and allows updates. An update cancels previous delivery if it was about to happen later than the new one. Otherwise the new update is discarded. 
    All data require a string key that is used to identify the data (for updates and de-duplication).
    
    cc: @quinton-hoole @wojtek-t 
    f7409f3b
Name
Last commit
Last update
..
cluster Loading commit data...
service Loading commit data...
util Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...