• 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
..
cache Loading commit data...
chaosclient Loading commit data...
clientset_generated/release_1_2 Loading commit data...
leaderelection Loading commit data...
metrics Loading commit data...
record Loading commit data...
testdata Loading commit data...
testing Loading commit data...
transport Loading commit data...
typed/generated Loading commit data...
unversioned Loading commit data...