# haskell **Repository Path**: mirrors_kubernetes-client/haskell ## Basic Information - **Project Name**: haskell - **Description**: Haskell client for the kubernetes API. A work in progress. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```