kubernetes-sigs / cluster-api-provider-openstack

Cluster API implementation for OpenStack
https://cluster-api-openstack.sigs.k8s.io/
Apache License 2.0
283 stars 253 forks source link

Split controllers into files #1907

Closed EmilienM closed 3 months ago

EmilienM commented 6 months ago

/kind feature

Describe the solution you'd like Our controllers are doing a lot of things, it'll be nice to have multiple files within the controller package. The files would handle our resources like networks, load balancers, etc. And we would still have one file per controller for the high level loops. This will make review & maintenance easier for us in the long term, I've seen other providers doing it (e.g. CAPZ).

k8s-triage-robot commented 3 months ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

EmilienM commented 3 months ago

We're doing this already. I'll close this one.