Files
haskell/README.md

21 lines
700 B
Markdown
Raw Normal View History

2017-12-21 13:48:36 -08:00
# Kubernetes Haskell Client
2022-12-12 22:10:05 -08:00
[![Stack and Cabal](https://github.com/kubernetes-client/haskell/actions/workflows/ci.yml/badge.svg)](https://github.com/kubernetes-client/haskell/actions/workflows/ci.yml)
2019-03-18 09:01:46 -07:00
[![Build Status](https://travis-ci.org/kubernetes-client/haskell.svg?branch=master)](https://travis-ci.org/kubernetes-client/haskell)
2017-12-21 13:48:36 -08:00
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
```