Files
haskell/README.md
2023-06-26 19:06:10 -07:00

21 lines
700 B
Markdown

# Kubernetes Haskell Client
[![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)
[![Build Status](https://travis-ci.org/kubernetes-client/haskell.svg?branch=master)](https://travis-ci.org/kubernetes-client/haskell)
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
```