kubernetes/pkg/client/cache
Eric Tune 6133cb1f21 Move extensions.LabelSelector to unversioned.
Move type LabelSelector and type LabelSelectorRequirement from pkg/apis/extensions
This avoids an import loop when Job (and later DaemonSet, Deployment, ReplicaSet)
are moved out of extensions to new api groups.

Also Move LabelSelectorAsSelector utility from pkg/apis/extensions/ to pkg/api/unversioned/
Also its test.
Also LabelSelectorOp* constants.
Also the pkg/apis/extensions/validation functions ValidateLabelSelectorRequirement and
ValidateLabelSelector move to pkg/api/unversioned

The related type in pkg/apis/extensions/v1beta1/ is staying there.  I might move
it in another PR if neccessary.
2016-02-04 13:46:34 -08:00
..
delta_fifo_test.go fix delta fifo & various fakes for go1.5.1 2015-10-14 16:07:46 -07:00
delta_fifo.go Switch type; add comments & disclaimer 2015-10-14 16:18:56 -07:00
doc.go Replace "minion" with "node" in bunch of places. 2015-09-14 11:07:11 +02:00
expiration_cache_fakes.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
expiration_cache_test.go extend fake clock 2016-02-01 15:36:15 -08:00
expiration_cache.go Replace runtime reference by pkg 2016-02-01 21:06:44 +08:00
fifo_test.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
fifo.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
index_test.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
index.go Change runtime.Object signature 2015-12-15 13:36:25 -05:00
listers_test.go Move extensions.LabelSelector to unversioned. 2016-02-04 13:46:34 -08:00
listers.go Move extensions.LabelSelector to unversioned. 2016-02-04 13:46:34 -08:00
listwatch_test.go Prepare for content-type negotiation 2016-01-26 17:44:30 -05:00
listwatch.go Use Parameter codec in request.VersionedParams() 2016-01-30 14:14:20 -05:00
reflector_test.go Merge pull request #18499 from wojtek-t/fix_reflector_race 2015-12-15 01:19:06 -08:00
reflector.go Replace runtime reference by pkg 2016-02-01 21:06:44 +08:00
store_test.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
store.go Change runtime.Object signature 2015-12-15 13:36:25 -05:00
thread_safe_store.go use param indices 2016-01-13 19:23:58 +08:00
undelta_store_test.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
undelta_store.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00