Tags: cloudydeno/kubernetes-apis
Tags
Set up jsr publication of client lib (#13) * Start preparing jsr publication of client lib * Remove internal import from deps.ts * Update more imports for file renamings * Add deps.ts file for JSR * Add jsr.json to git * Update code generation for JSR slowtypes rules Generally, all public functions shall have explicit return types. * Remaining slowtypes issues in lib * Wrap API function parameters over multiple lines * Shorten function signature for watch APIs * Restore customized param name for proxy APIs * Try passing typecheck on Deno 1.41 * Update release notes
feat: Implement tunnel-based APIs (Exec, Attach, Portforward) (#6) * fix(generation): Implement quirked argv parameters It seems like Kubernetes should OpenAPI should be changed to present this argument properly. In any non-trivial case, it will be a list. * Collapse param building loop for lists * Properly implement PodExec with examples * Improve PodExec interface and examples * Add missing method on PortforwardTunnel * Drop Deno v1.22 from CI - lacks Deno.consoleSize() * Update /x/kubernetes_client to v0.7.0 * Put 'tunnel' into tunnel API names * Fix array arg of portforward API too * Get PortForward going with WebSockets * Rename ChannelTunnel to StdioTunnel * Add a basic test for each tunnel utility class * Make test green on somewhat older Denos (v1.28) * Update README
PreviousNext