BenSaxon
BenSaxon
**Describe the bug** When making a request using a client, I get an error: `TypeError: Failed to fetch resource metadata for : "server" must be an instance of URL` This...
**Describe the bug** Type Error. ObjectSerializer expects a date but gets a string. ``` TypeError: data.toISOString is not a function at ObjectSerializer.serialize (file:///Users/bensaxon/Documents/code/monorepo/src/private/console/node_modules/.pnpm/@[email protected]/node_modules/@kubernetes/client-node/dist/gen/models/ObjectSerializer.js:2024:29) ``` The issue is happening [here](https://github.com/kubernetes-client/javascript/blob/main/src/gen/models/ObjectSerializer.ts#L2031). The...