18 lines
392 B
Markdown
18 lines
392 B
Markdown
# Kubernetes Haskell Client
|
|
|
|
Haskell client for the [kubernetes](http://kubernetes.io/) API.
|
|
|
|
## Contribute
|
|
|
|
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
|
|
|
|
# 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
|
|
```
|