k3s/pkg
Kubernetes Submit Queue 6bda989d54 Merge pull request #35227 from deads2k/controller-13-generic-infromer
Automatic merge from submit-queue

add generic shared informer backed by existing informer

Adds the ability to get an informer and lister that returns `[]runtime.Object` methods with the "normal" filtering capabilities based on a `GroupResource`. Right now, it only works on known types (and re-uses those caches for efficiency by having a different skin on the `Index`).  It should be extended in the future.

@derekwaynecarr I think this gives you the types you were looking for to avoid the ugly array copies.
2016-10-21 08:39:09 -07:00
..
admission inject authorizer when admission controller requests it 2016-10-12 13:05:34 -04:00
api Merge pull request #35199 from kargakis/remove-last-probe-time 2016-10-21 01:47:01 -07:00
apimachinery
apis Merge pull request #35199 from kargakis/remove-last-probe-time 2016-10-21 01:47:01 -07:00
apiserver Add +optional tag to all fields with omitempty json tag 2016-10-17 08:52:13 -07:00
auth Remove unnecessary authorization headers after authorization is successful 2016-10-06 12:38:00 -07:00
capabilities
client add generic shared informer backed by existing informer 2016-10-21 08:39:09 -04:00
cloudprovider Add mounterPath to mounter interface 2016-10-20 14:15:27 -07:00
controller add generic shared informer backed by existing informer 2016-10-21 08:39:09 -04:00
conversion Add a new Default() method on Scheme 2016-10-18 21:07:32 -04:00
credentialprovider Add +optional tag to all fields with omitempty json tag 2016-10-17 08:52:13 -07:00
dns Add comment for why EndpointsStore doesn't have DeleteFunc 2016-10-19 12:35:48 -07:00
fieldpath
fields
generated Merge pull request #35199 from kargakis/remove-last-probe-time 2016-10-21 01:47:01 -07:00
genericapiserver move proxytransport config out of the genericapiserver 2016-10-20 11:23:53 -04:00
healthz
httplog
hyperkube
kubectl Merge pull request #35115 from k82cn/k8s_35092 2016-10-21 01:01:32 -07:00
kubelet Merge pull request #35240 from yujuhong/ns_fix 2016-10-21 03:12:57 -07:00
kubemark Add mounterPath to mounter interface 2016-10-20 14:15:27 -07:00
labels More efficient selector 2016-10-20 15:16:58 +02:00
master move proxytransport config out of the genericapiserver 2016-10-20 11:23:53 -04:00
metrics
probe
proxy Promote source ip annotations to beta 2016-10-19 13:39:37 -07:00
quota
registry Merge pull request #35218 from wojtek-t/get_to_list_support_resource_version 2016-10-21 08:02:14 -07:00
routes Make genericapiserver handler chain customizable 2016-10-05 10:32:36 -04:00
runtime Make defaulting part of versioning codec 2016-10-18 21:07:35 -04:00
security Merge pull request #28300 from pweil-/psp-seccomp 2016-10-18 09:26:09 -07:00
securitycontext
selection
serviceaccount Enable service account signing key rotation 2016-10-04 14:16:38 -04:00
ssh Use same SSH tunnel as kubelet 2016-10-12 11:54:47 -07:00
storage Support resourceVersion in GetToList - unify interface of List and GetToList 2016-10-21 10:09:23 +02:00
types Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
util Added 'mounterPath' to Mounter interface in 'mount_unsupported.go'. 2016-10-21 16:33:43 +08:00
version
volume Update pkg/volume/OWNERS to include Jan Safranek 2016-10-20 12:21:06 -05:00
watch Merge pull request #28742 from jessfraz/test-go1.7rc1 2016-10-18 05:59:04 -07:00
OWNERS