mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-03 22:02:12 -04:00
Automatic merge from submit-queue (batch tested with PRs 64127, 63895, 64066, 64215, 64202). 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>. kubeadm: Refactor the .Etcd substruct in the v1alpha2 API **What this PR does / why we need it**: Splits the monolithic `.Etcd` struct with all the options as fields to a more modular and clear design with two sub-structs for the different modes of hosting etcd we support. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Part of kubernetes/community#2131 **Special notes for your reviewer**: Depends on: - [x] https://github.com/kubernetes/kubernetes/pull/63917 Follows up: https://github.com/kubernetes/kubernetes/pull/63871 TODO: I still need to write unit tests for this. **Release note**: ```release-note [action required] kubeadm: The `:Etcd` struct has been refactored in the v1alpha2 API. All the options now reside under either `.Etcd.Local` or `.Etcd.External`. Automatic conversions from the v1alpha1 API are supported. ``` @kubernetes/sig-cluster-lifecycle-pr-reviews @liztio |
||
|---|---|---|
| .. | ||
| apiclient | ||
| audit | ||
| config | ||
| dryrun | ||
| etcd | ||
| kubeconfig | ||
| pubkeypin | ||
| staticpod | ||
| token | ||
| arguments.go | ||
| arguments_test.go | ||
| BUILD | ||
| copy.go | ||
| endpoint.go | ||
| endpoint_test.go | ||
| error.go | ||
| error_test.go | ||
| marshal.go | ||
| marshal_test.go | ||
| template.go | ||
| template_test.go | ||
| version.go | ||
| version_test.go | ||