Skip to content

Conversation

ClemaX
Copy link
Collaborator

@ClemaX ClemaX commented Sep 10, 2025

Add missing Vec<{}> formatting to array of arrays type.
Fixes #315 .

Supersedes #316 .

Copy link
Member

@clux clux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot, once again!

this one needs a rebase/conflict fix first now

Comment on lines +1433 to +1536
let map = &root.members[0];
assert_eq!(map.name, "mounts");
assert_eq!(map.type_, "Option<Vec<Vec<String>>>");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test makes sense based on the schema and as a sanity, it does seem to match what i find in the wild for the crd

Signed-off-by: Clément Hamada <[email protected]>
@clux clux merged commit 2de3787 into kube-rs:main Sep 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List of lists not becoming Option<Vec<Vec<String>>>
2 participants