Skip to content

Tags: cloudydeno/kubernetes-apis

Tags

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Regenerate APIs for Kubernetes 1.32 et al (#19)

* chore: Deduplicate knownOpts into new file

* Regenerate APIs from Kubernetes 1.32.0 et al

* Update JSR imports

* Update README for 0.5.4

* fix readme typo

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Codegen fixups concerning dashes and jsr deps (#17)

* fix(generation): Add a missing maybeQuote()

Fixes #14

* feat(codegen): Support importing APIs from JSR

Fixes #15

* Simplify conditional

* Add a release note

* ci: Add deno v2

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Regenerate clients from Kubernetes v1.30, etc (#10)

* Regenerate clients from Kubernetes v1.30, etc

* Update available APIs

* Update README

* Update JSR package version

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.4.0

Toggle v0.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update changelog for v0.4.0

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
danopia Daniel Lamando
Update docs for v0.3.2

v0.3.1

Toggle v0.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README for v0.3.1

v0.3.0

Toggle v0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v0.3.0 release notes

v0.2.0

Toggle v0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
README: add v0.2.0 changelog entry