scala-k8s
scala-k8s copied to clipboard
Kubernetes client, data models and typesafe manifest generation for scala, scalajs, and scala native
## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.12` to `2.13.14` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version Diff](https://github.com/scala/scala/compare/v2.13.12...v2.13.14) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from `1.0.0-M11` to `1.0.0-RC1` 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.0.0-RC1) - [Version Diff](https://github.com/scalameta/munit/compare/v1.0.0-M11...v1.0.0-RC1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.1` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.1) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.1) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [dev.zio:zio-http](https://github.com/zio/zio-http) from `3.0.0-RC4` to `3.0.0-RC6` 📜 [GitHub Release Notes](https://github.com/zio/zio-http/releases/tag/v3.0.0-RC6) - [Version Diff](https://github.com/zio/zio-http/compare/v3.0.0-RC4...v3.0.0-RC6) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3) from `3.3.3` to `3.4.1` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/3.3.3...3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/release-3.3.3...release-3.4.1) ## Usage ✅ **Please merge!** I'll automatically update this...
This project has a huge code base thanks to vast amount of object definitions in kubernetes spec. Count that for each platform and language version to get a grasp of...
Websocket support allows us to implement pod exec API. Here is one [example](https://jasonstitt.com/websocket-kubernetes-exec)
ZIO based client doesn't support streaming responses currently, it can be implemented after https://github.com/zio/zio-http/issues/1500