haskell
haskell copied to clipboard
Haskell client for the kubernetes API. A work in progress.
https://github.com/kubernetes-client/haskell/blob/94ee7cc3ff1d2d66579f96a27d02105cd8e1748e/kubernetes/lib/Kubernetes/OpenAPI/Client.hs#L187 This option was introduced here: https://github.com/kubernetes-client/haskell/commit/541fb764666f84acff1ecb6c480365f0f3e79a64. I have been running commands using the pod "exec" endpoint, and some of my commands had plus signs in them. (Because of new-style...
The version on Hackage could use an update. Builds fine in stack pointing at the repo but version on Hackage is too old. Happy to help if desired.
When i connect to the cluster using a kubeconfig file, I get a SSL error saying "name mismatch". Is it possbile to change the signature of function `mkKubeClientConfig` from `OIDCCache...
I started this PR with the goal of supporting `aeson` 2, which is used on the Stackage resolvers starting from the first week of February 2022. As it turned out,...
Exec and Attach class are non-standard calls that kubernetes API server uses to connect to a port of a pod/container or execute a command on them. It uses SPDY or...
On my machine, using the latest commit of https://github.com/kubernetes-client/gen, the client update produces this error: ``` $ ${GEN_REPO_BASE}/openapi/haskell.sh kubernetes settings . . . => => naming to docker.io/library/kubernetes-haskell-http-client-client-gen-with-openapi-generator:v1 0.0s ---...
Hey, this is a great package but I'm struggling to run it on newer versions of GHC (tried with 9.4.8 or higher) and it cannot resolve the dependencies because of...
I noticed that when trying to use certain Kubernetes endpoints with this library (such as DELETE of a `Service`), the response would fail to parse. Looking into it, I found...