headlamp icon indicating copy to clipboard operation
headlamp copied to clipboard

WIP frontend: Fix KubeObject type and all its uses

Open sniok opened this issue 2 months ago • 0 comments

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 avatar May 09 '24 12:05 sniok