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

WIP frontend: Fix KubeObject type and all its uses #1967

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

sniok
Copy link
Contributor

@sniok sniok commented May 9, 2024

KubeObject currently resolves to any. So everywhere KubeObject was used there's no type safety.

This PR fixes the makeKubeObject function, it no longer returns any. After that fix there are billion type errors now and I'm going through all of them. As much as possible I try to change only types without any logic changes.

@sniok sniok force-pushed the kube-type branch 2 times, most recently from f0ee0f1 to 621b07d Compare May 10, 2024 12:15
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.

None yet

1 participant