2017-12-21 13:48:36 -08:00
|
|
|
# Kubernetes Haskell Client
|
|
|
|
|
|
|
|
|
|
Haskell client for the [kubernetes](http://kubernetes.io/) API.
|
|
|
|
|
|
|
|
|
|
## Contribute
|
|
|
|
|
|
2018-08-13 22:11:29 +05:30
|
|
|
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
|
2017-12-21 13:48:36 -08:00
|
|
|
|
|
|
|
|
# Development
|
|
|
|
|
|
|
|
|
|
## Update client
|
|
|
|
|
|
|
|
|
|
to update the client clone the `gen` repo and run this command at the root of the client repo:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
${GEN_REPO_BASE}/openapi/haskell.sh kubernetes settings
|
|
|
|
|
```
|