This website requires JavaScript.
Explore
Help
Register
Sign In
kubernetes-client
/
haskell
Watch
1
Star
0
Fork
0
You've already forked haskell
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
94ee7cc3ff1d2d66579f96a27d02105cd8e1748e
haskell
/
kubernetes
/
stack.yaml
8 lines
103 B
YAML
Raw
Normal View
History
Unescape
Escape
fix Incorrectly generated query strings (that rely on + not being urlencoded) In the Kubernetes API client, we should be able to generate queries like ?labelSelector=environment+in+%28production%2Cqa%29%2Ctier+in+%28frontend%29 (from https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#list-and-watch-filtering). When the generated URIs URL-encode the plus signs, the API server rejects them. With this change, (newConfig :: IO KubernetesClientConfig) now sets the default configQueryExtraUnreserved setting to "+". Requests generated with this config object will avoid URI encoding "+" all querystring params.
2021-09-20 12:03:07 -05:00
resolver
:
lts-18.6
Add first version of generated client
2017-12-21 14:06:07 -08:00
build
:
haddock-arguments
:
haddock-args
:
-
"--odir=./docs"
packages
:
-
'.'
Reference in New Issue
Copy Permalink