Logo
Explore Help
Register Sign In
kubernetes-client/haskell
1
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

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
Powered by Gitea Version: 1.24.6 Page: 91ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API