kubernetes/pkg/api/testing
Kubernetes Submit Queue 2ecb368026
Merge pull request #53679 from kow3ns/workloadsv1
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Workloads V1

**What this PR does / why we need it**: This PR promotes the Deployment, ReplicaSet, and DaemonSet StatefulSet, ControllerRevision kinds to the apps/v1 group version.

https://github.com/kubernetes/features/issues/353

**Special notes for your reviewer**:
There will be at least two followups to this PR. The first to add a scale sub-resource when the correct location is resolved, and the second to deal with Conditions in the workloads API.

While it would have been preferable to move the kinds individually providing a lesser burden on reviewers, this proved impracticable due to the intricacies of version resolution in kubectl for objects of the different kinds in the same group.  

```release-note
DaemonSet, Deployment, ReplicaSet, and StatefulSet have been promoted to GA and are available in the apps/v1 group version.
```
2017-11-03 15:17:16 -07:00
..
compat Update bazel 2017-10-18 17:24:04 +02:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
backward_compatibility_test.go pkg/api: move *_test.go -> pkg/api/testing 2017-10-11 16:04:50 +02:00
BUILD remove empty creationTimestamp field 2017-11-02 14:07:56 -04:00
conversion_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
conversion.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
copy_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
deep_copy_test.go pkg/api: move *_test.go -> pkg/api/testing 2017-10-11 16:04:50 +02:00
defaulting_test.go Promotes the StatefulSet, ControllerRevision, Deployment, and ReplicaSet kinds to the apps/v1 group version. 2017-11-02 14:19:04 -07:00
doc.go pkg/api: move *_test.go -> pkg/api/testing 2017-10-11 16:04:50 +02:00
fuzzer.go Add networking fuzzer 2017-08-24 16:20:13 -04:00
meta_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
node_example.json pkg/api: move *_test.go -> pkg/api/testing 2017-10-11 16:04:50 +02:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
pod_specs.go run hack/update-all 2017-06-22 11:31:03 -07:00
replication_controller_example.json pkg/api: move *_test.go -> pkg/api/testing 2017-10-11 16:04:50 +02:00
serialization_proto_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
serialization_test.go Fuzz label selectors 2017-10-19 11:01:45 -04:00
unstructured_test.go remove empty creationTimestamp field 2017-11-02 14:07:56 -04:00