• Eric Tune's avatar
    Move extensions.LabelSelector to unversioned. · 6133cb1f
    Eric Tune authored
    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.
    6133cb1f
Name
Last commit
Last update
..
delta_fifo.go Loading commit data...
delta_fifo_test.go Loading commit data...
doc.go Loading commit data...
expiration_cache.go Loading commit data...
expiration_cache_fakes.go Loading commit data...
expiration_cache_test.go Loading commit data...
fifo.go Loading commit data...
fifo_test.go Loading commit data...
index.go Loading commit data...
index_test.go Loading commit data...
listers.go Loading commit data...
listers_test.go Loading commit data...
listwatch.go Loading commit data...
listwatch_test.go Loading commit data...
reflector.go Loading commit data...
reflector_test.go Loading commit data...
store.go Loading commit data...
store_test.go Loading commit data...
thread_safe_store.go Loading commit data...
undelta_store.go Loading commit data...
undelta_store_test.go Loading commit data...