Files
kubernetes/pkg
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
..
2016-02-03 13:06:07 -08:00
2015-12-15 13:36:25 -05:00
2015-12-20 21:59:59 -05:00
2016-02-03 13:06:07 -08:00
2016-01-30 14:12:40 -05:00
2016-02-03 13:06:07 -08:00
2016-02-03 13:06:07 -08:00
2016-02-01 21:06:44 +08:00