k3s/federation
k8s-merge-robot f7409f3be2 Merge pull request #29368 from mwielgus/delaying_deliverer
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
2016-07-22 01:13:57 -07:00
..
apis Merge pull request #26298 from nikhiljindal/createFedService 2016-07-19 09:22:11 -07:00
client Add "federation" API group to the known versions list of federation API clients. 2016-07-21 11:55:44 -07:00
cluster Change the name of the secret that delivers federation kubeconfig. 2016-07-19 12:27:33 -07:00
cmd Updating federation controllers to use release_1_4 clientset instead of release_1_3 clientset 2016-07-20 10:56:57 -07:00
manifests Create a PD volume when deploying the federation with federation-up. 2016-06-29 22:01:50 -07:00
pkg Merge pull request #29368 from mwielgus/delaying_deliverer 2016-07-22 01:13:57 -07:00
registry/cluster Extend Filter interface with Trigger() and use it for pods and nodes 2016-07-13 08:45:18 +02:00
OWNERS Adding OWNERS for federation 2016-06-24 13:47:39 -07:00