Commit 2398a70
committed
refactor(imports): align CAPI imports to v1.11 package layout
- core: sigs.k8s.io/cluster-api/api/v1beta1 -> sigs.k8s.io/cluster-api/api/core/v1beta1
- kubeadm APIs:
- sigs.k8s.io/cluster-api/bootstrap/kubeadm/api/v1beta1 -> sigs.k8s.io/cluster-api/api/bootstrap/kubeadm/v1beta1
- sigs.k8s.io/cluster-api/controlplane/kubeadm/api/v1beta1 -> sigs.k8s.io/cluster-api/api/controlplane/kubeadm/v1beta1
- remove deprecated exp API imports (exp/api/v1beta1) and related scheme registration; MachinePool and friends live under core now
- keep clusterv1 on v1beta1 for now to avoid downstream condition/patch API breakages; v1beta2 migration can follow separately1 parent 51c5a99 commit 2398a70
File tree
157 files changed
+183
-186
lines changed- api
- v1beta1
- v1beta2
- bootstrap/eks
- api
- v1beta1
- v1beta2
- controllers
- cmd/clusterawsadm/gc
- controllers
- controlplane
- eks
- api
- v1beta1
- v1beta2
- controllers
- rosa
- api/v1beta2
- controllers
- exp
- api
- v1beta1
- v1beta2
- controlleridentitycreator
- controllers
- instancestate
- pkg
- cloud
- scope
- services
- autoscaling
- ec2
- eks
- elb
- gc
- iamauth
- instancestate
- network
- s3
- secretsmanager
- securitygroup
- ssm
- utils
- test
- e2e
- suites
- managed
- unmanaged
- helpers
- mocks
- util
- conditions
- paused
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
157 files changed
+183
-186
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments