Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix k8s import/export #186

Merged
merged 2 commits into from
Jul 11, 2023
Merged

Fix k8s import/export #186

merged 2 commits into from
Jul 11, 2023

Conversation

Noxsios
Copy link
Contributor

@Noxsios Noxsios commented Jul 11, 2023

Fixes the k8s export so it can be used properly. Unsure how this affects the bundle as before the k8s re-export was not actually doing anything and now it is properly pulling in all of @kubernetes/client-node.

Pretty sure that this will increase the size of the JS by a bit because its now importing everything from the k8s client and not tree shaking imports.

Signed-off-by: razzle <[email protected]>
Signed-off-by: razzle <[email protected]>
Copy link
Member

@jeff-mccoy jeff-mccoy left a comment

Choose a reason for hiding this comment

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

Thanks that should be fine as we don't bundle this lib intentionally, it's only on disk in the controller--which is why we reexport to begin with.

@jeff-mccoy jeff-mccoy merged commit 5071e32 into main Jul 11, 2023
@jeff-mccoy jeff-mccoy deleted the export-k8s-properly branch July 11, 2023 15:07
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.

2 participants