k3s/pkg
k8s-merge-robot 616af686cb Merge pull request #23694 from hongchaodeng/w
Automatic merge from submit-queue

etcd3/store: watcher implementation

ref: https://github.com/kubernetes/kubernetes/issues/22448

This PR does:
- Provide a watcher that uses etcd v3 API to watch changes via etcd and process them based on existing logic of storage.Interface.Watch(), WatchList().
- By using the watcher, very trivial to implement Watch() and WatchList() in etcd3 storage.Interface implementation.
2016-04-18 08:23:13 -07:00
..
admission Switch api.ObjetaMetaFor to meta.Accessor 2016-03-31 17:52:31 +02:00
api Merge pull request #23912 from smarterclayton/watch_until 2016-04-16 21:05:40 -07:00
apimachinery Add third party support to kubectl 2016-03-31 10:53:32 -07:00
apis Merge pull request #23819 from rrati/controller-manager-startup-delay 2016-04-16 15:33:32 -07:00
apiserver Move /resetMetrics to DELETE /metrics 2016-04-15 11:44:17 -04:00
auth add missing attributes to authorization interface 2016-03-29 08:46:21 -04:00
capabilities
client Merge pull request #23912 from smarterclayton/watch_until 2016-04-16 21:05:40 -07:00
cloudprovider Merge pull request #23841 from dagnello/update-openstack-cloudprovider-volume-tests 2016-04-16 17:44:09 -07:00
controller start sharing the pod cache and list/watch 2016-04-18 08:51:55 -04:00
conversion Small improvements in conversion generator 2016-04-05 02:10:23 +02:00
credentialprovider Allow lazy binding in credential providers; don't use it in AWS yet 2016-03-29 15:39:30 -04:00
fieldpath
fields
genericapiserver Merge pull request #24048 from liggitt/apiserver-defaults 2016-04-17 20:59:38 -07:00
healthz
httplog
hyperkube
kubectl Merge pull request #23890 from pmorie/kubectl-describe-envs 2016-04-16 17:08:58 -07:00
kubelet Merge pull request #24126 from Random-Liu/fix-pull-image 2016-04-18 07:05:44 -07:00
kubemark
labels Regenerate auto-generated files 2016-03-17 09:30:02 +01:00
master Merge pull request #24006 from caesarxuchao/thirdparty-preferredversion 2016-04-17 16:02:59 -07:00
metrics Add container_spec_cpu_period metric 2016-04-04 23:53:54 +02:00
probe Fix pkg/probe/http unit test for go 1.6. 2016-03-21 15:27:02 -07:00
proxy
quota minor comment and code fixes 2016-04-16 10:18:43 -04:00
registry Merge pull request #23923 from hongchaodeng/exp 2016-04-17 04:12:26 -07:00
runtime Remove old conversion generator 2016-04-15 12:07:57 +02:00
securitycontext Refactor CreateContainer. 2016-04-14 17:05:46 -07:00
serviceaccount
ssh Add a timeout to the sshDialer to prevent indefinite hangs. 2016-04-04 16:35:20 -07:00
storage etcd3/store: watcher implementation 2016-04-18 21:41:53 +08:00
types
ui Remove url query param that is leading to XSS issue 2016-03-22 10:35:06 -07:00
util Merge pull request #24248 from wojtek-t/parallel_predicates 2016-04-16 09:51:45 -07:00
version Include Go version, platform, and other build info in version string 2016-03-14 13:55:28 -07:00
volume Flexvolume: Add support for multiple secrets 2016-04-15 02:40:38 -07:00
watch Add watch.Until, a conditional watch mechanism 2016-04-15 11:49:07 -04:00
OWNERS