Files
haskell/README.md
Nikhita Raghunath 48cf0afded Add CONTRIBUTING.md
2018-08-13 22:11:29 +05:30

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
```