fix: remove nested structs from configuration#4523
fix: remove nested structs from configuration#4523milosgajdos merged 1 commit intodistribution:mainfrom
Conversation
|
I noticed you're attempting to bump the |
|
Yup, gonna drop this for now. |
ed9a7cd to
e8ef767
Compare
|
This needs a rebase now @shanduur |
9dcfc21 to
3d8eac6
Compare
3d8eac6 to
3458237
Compare
3458237 to
8177d20
Compare
|
@milosgajdos sorry that it took so long, it should be fixed now. I've rebased the PR, PTAL. If any fixes are needed, I'd be more than happy to do it! |
milosgajdos
left a comment
There was a problem hiding this comment.
LGTM. PTAL @thaJeztah @Jamstah @wy65701436
davidspek
left a comment
There was a problem hiding this comment.
Better structure is always good!
|
Can you rebase (squash commits) @shanduur; otherwise we're good to merge! |
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
ea1eb1e to
b2cc4fe
Compare
|
@milosgajdos squashed. |
Hi! I've started designing Kubernetes Operator for Distribution (see https://registry-operator.dev/latest/), and I noticed that handling the configuration structure from code is extremely cumbersome due to the nested structs. Simplest fix is to define few new structures, and unflatten the configuration.
Progress: