k3s/test/e2e
Kubernetes Submit Queue c21173d0ea
Merge pull request #55792 from dhilipkumars/statefulset-appsv1
Automatic merge from submit-queue (batch tested with PRs 55792, 58342). 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>.

Promote Statefulset controller and its e2e tests to use apps/v1

**What this PR does / why we need it**: 
Promotes the statefulset controller to use to use the latest apps group [apps/v1](https://github.com/kubernetes/kubernetes/pull/53679)


**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes # https://github.com/kubernetes/kubernetes/issues/55714

**Special notes for your reviewer**:

* Listerexpansion for v1 `k8s.io/client-go/listers/apps/v1`  (was recently done for v1beta2)

* `v1beta2` && `v1` had `ObservedGeneration` as `int64` where as `v1beta1` and rest of the code (including conversion) is expecting `ObservedGeneration` to be  `*int64`

```
type StatefulSetStatus struct {
	// observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the
	// StatefulSet's generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,1,opt,name=observedGeneration"`
```

* for kubectl's `rollback` and `history` commands a couple functions have been duplicated to allow us to use `v1` version instead of `v1beta1` for statefulsets, while the older functions are still used by other controllers.  

We should be able to remove these duplicates once all the controllers are moved. 

If this aligns with the plan then i could move other controllers too. 

cc: @kow3ns 

**Release note**:

```release-note
NONE
```
2018-01-26 06:54:33 -08:00
..
apimachinery Wait for healthy extension server before registering APIService 2018-01-23 10:16:33 -05:00
apps Merge pull request #55792 from dhilipkumars/statefulset-appsv1 2018-01-26 06:54:33 -08:00
auth remove duplicated import 2018-01-17 09:34:59 +08:00
autoscaling Disable the DNS autoscaler test in large clusters. 2017-12-22 11:04:23 +01:00
chaosmonkey Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
common Add a e2e test for binary data in configmap 2018-01-23 07:29:07 -05:00
framework Merge pull request #55792 from dhilipkumars/statefulset-appsv1 2018-01-26 06:54:33 -08:00
generated update BUILD files 2017-10-15 18:18:13 -07:00
instrumentation Merge pull request #55792 from dhilipkumars/statefulset-appsv1 2018-01-26 06:54:33 -08:00
kubectl fix failed to access service of e2e test 2017-11-14 19:21:59 +08:00
lifecycle Improve the upgrade test for ingress. 2018-01-22 16:44:20 -08:00
manifest Promote SS to apps/v1 2018-01-18 13:48:52 +05:30
network fix neg e2e test 2018-01-24 14:12:28 -08:00
node Review fixes 2017-11-14 10:16:30 +01:00
perftype update BUILD files 2017-10-15 18:18:13 -07:00
scalability the changes introduced in this commit plumbs in the generic scaler into kubectl. 2018-01-12 09:21:18 +01:00
scheduling Tag multi-az cluster volume e2e test with sig-storage 2018-01-25 16:47:16 -08:00
servicecatalog use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
storage Merge pull request #55792 from dhilipkumars/statefulset-appsv1 2018-01-26 06:54:33 -08:00
testing-manifests Merge pull request #55792 from dhilipkumars/statefulset-appsv1 2018-01-26 06:54:33 -08:00
ui Update Dashboard add-on to version 1.8.0 2017-11-28 17:53:02 +01:00
upgrades Merge pull request #55792 from dhilipkumars/statefulset-appsv1 2018-01-26 06:54:33 -08:00
BUILD Move multizone e2e to sig scheduling path 2018-01-25 08:42:16 -08:00
README.md
e2e-example-config.json
e2e.go Fix golint errors on test/e2e/e2e.go 2018-01-11 10:13:10 -08:00
e2e_test.go Move multizone e2e to sig scheduling path 2018-01-25 08:42:16 -08:00
examples.go the changes introduced in this commit plumbs in the generic scaler into kubectl. 2018-01-12 09:21:18 +01:00
gke_local_ssd.go Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
gke_node_pools.go

README.md

See e2e-tests

Analytics