mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-24 02:30:39 -05:00
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. |
||
|---|---|---|
| .. | ||
| delta_fifo.go | ||
| delta_fifo_test.go | ||
| doc.go | ||
| expiration_cache.go | ||
| expiration_cache_fakes.go | ||
| expiration_cache_test.go | ||
| fifo.go | ||
| fifo_test.go | ||
| index.go | ||
| index_test.go | ||
| listers.go | ||
| listers_test.go | ||
| listwatch.go | ||
| listwatch_test.go | ||
| reflector.go | ||
| reflector_test.go | ||
| store.go | ||
| store_test.go | ||
| thread_safe_store.go | ||
| undelta_store.go | ||
| undelta_store_test.go | ||