Skip to content

fix(yurthub): use storage's TableConvertor when implemented - #2790

Open
AruneshDwivedi wants to merge 1 commit into
openyurtio:masterfrom
AruneshDwivedi:fix/tableconverter-2781
Open

fix(yurthub): use storage's TableConvertor when implemented#2790
AruneshDwivedi wants to merge 1 commit into
openyurtio:masterfrom
AruneshDwivedi:fix/tableconverter-2781

Conversation

@AruneshDwivedi

Copy link
Copy Markdown

Fixes #2781

The multiplexer proxy now checks if the rest.Storage implements
rest.TableConvertor and uses it when available. This allows
custom storage implementations to provide their own table
conversion logic instead of falling back to the default.

@AruneshDwivedi
AruneshDwivedi requested a review from a team as a code owner August 29, 2026 12:09
Fixes openyurtio#2781

The multiplexer proxy now checks if the rest.Storage implements
rest.TableConvertor and uses it when available. This allows
custom storage implementations to provide their own table
conversion logic instead of falling back to the default.

Signed-off-by: Arunesh Dwivedi <arunesh.devops@gmail.com>
@AruneshDwivedi
AruneshDwivedi force-pushed the fix/tableconverter-2781 branch from ef39968 to 9275adf Compare August 29, 2026 12:10
@sonarqubecloud

Copy link
Copy Markdown

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.

fix(yurthub): use storage's TableConvertor when implemented

1 participant