feat(nestedArray): parsing * on array of array#2817
feat(nestedArray): parsing * on array of array#2817raf262 wants to merge 10 commits intokubernetes:mainfrom
Conversation
|
Welcome @raf262! |
188cecf to
950d622
Compare
950d622 to
e287bd6
Compare
c263a10 to
f08aebf
Compare
|
Hi everyone, I don't know if this PR is missing something, please tell me. @mrueg maybe you have some times to review it ? Thanks guys |
|
/triage accepted |
3d50c82 to
5e2d572
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dademo, raf262, yannchabed The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
What this PR does / why we need it: Enable parsing nested arrays.
How does this change affect the cardinality of KSM: (increases, decreases or does not change cardinality)
We can now write this kind of path:
"status", "parents", "[*]", "conditions".Where
[*]means listing all the parents object inside the list.I updated the PR on this day (Jan 16, 2026) to allow the use of
[*]at thelabelsFromPath&valueFrom. This has been tested on our side and enable us to recover theparentRefname and theconditionreason for eachconditiononHTTPRoute->Status->ParentsWhich issue(s) this PR fixes: (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged)Fixes #2368