k3s/pkg
Kubernetes Submit Queue f2a9ba2339 Merge pull request #27392 from sjenning/old-kubectl-watch
Automatic merge from submit-queue

allow watching old resources with kubectl

Right now, one can not watch a resource with kubectl whose resourceVersion is outside the etcd watch window.  Specifying resourceVersion=0 returns the current object, then watches from the current index.

This PR changes the logic to use resourceVersion=0, which will work regardless of the resourceVersion of the object, and discard the first event if --watch-only is specified.

@ncdc @aveshagarwal
2016-08-02 14:44:20 -07:00
..
admission Fix usage of shared informer in namespace admission controllers 2016-08-01 13:40:34 -04:00
api Merge pull request #29523 from fraenkel/service_names_rfc1035 2016-08-02 10:33:16 -07:00
apimachinery Merge pull request #28431 from brendandburns/thirdparty2 2016-07-22 09:41:58 -07:00
apis Merge pull request #29694 from jsafrane/dynprov2-apionly 2016-07-28 22:00:05 -07:00
apiserver fix a wrong word in the comment 2016-07-27 09:13:34 +08:00
auth Merge pull request #28281 from nhlfr/authorize-return-bool 2016-07-18 21:40:26 -07:00
capabilities Use Go canonical import paths 2016-07-16 13:48:21 -04:00
client Adding a defered RESTMapper 2016-08-02 10:35:44 -07:00
cloudprovider Merge pull request #28222 from ammeon/openstack-reorg 2016-07-29 15:54:13 -07:00
controller Change eviction logic in NodeController and make it Zone-aware 2016-08-02 14:21:52 +02:00
conversion Use Go canonical import paths 2016-07-16 13:48:21 -04:00
credentialprovider Merge pull request #28539 from derekwaynecarr/credential_provider_timeout 2016-07-22 18:01:41 -07:00
dns Merge pull request #29523 from fraenkel/service_names_rfc1035 2016-08-02 10:33:16 -07:00
fieldpath Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fields Use Go canonical import paths 2016-07-16 13:48:21 -04:00
genericapiserver separate out api group storage registration 2016-08-01 08:26:19 -04:00
healthz fixes the wrong doc in package healthz 2016-07-18 22:46:09 +08:00
httplog Use Go canonical import paths 2016-07-16 13:48:21 -04:00
hyperkube Use Go canonical import paths 2016-07-16 13:48:21 -04:00
kubectl Merge pull request #27392 from sjenning/old-kubectl-watch 2016-08-02 14:44:20 -07:00
kubelet Merge pull request #27562 from 7ing/ipt 2016-08-02 08:02:32 -07:00
kubemark Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
labels Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
master separate out api group storage registration 2016-08-01 08:26:19 -04:00
metrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
probe Merge pull request #27562 from 7ing/ipt 2016-08-02 08:02:32 -07:00
proxy Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
quota Merge pull request #28611 from deads2k/union-quota-regsitry 2016-08-01 09:32:44 -07:00
registry Refactor uuid into its own pkg 2016-07-30 00:07:02 -04:00
runtime Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
security Merge pull request #29356 from smarterclayton/init_containers 2016-07-27 16:09:34 -07:00
securitycontext Remove pod mutation for PVs with supplemental GIDs 2016-07-22 17:41:44 -04:00
serviceaccount Check for valid serviceaccount JWT token before inspecting claims 2016-07-06 14:25:15 -04:00
ssh Revert "Add a customized ssh dialer that will timeout" 2016-07-14 08:48:24 +02:00
storage Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
types Use Go canonical import paths 2016-07-16 13:48:21 -04:00
ui Use Go canonical import paths 2016-07-16 13:48:21 -04:00
util Merge pull request #29523 from fraenkel/service_names_rfc1035 2016-08-02 10:33:16 -07:00
version Use Go canonical import paths 2016-07-16 13:48:21 -04:00
volume Merge pull request #29621 from resouer/uuid 2016-08-01 22:21:30 -07:00
watch Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS