Skip to content

Commit 6b474bd

Browse files
committedFeb 10, 2025
More on README
1 parent 9557e40 commit 6b474bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[![CI](https://github.com/codedownio/kubernetes-api/actions/workflows/ci.yml/badge.svg)](https://github.com/codedownio/kubernetes-api/actions/workflows/ci.yml)
44

5-
Haskell client for the [kubernetes](http://kubernetes.io/) API.
5+
Haskell client for the [Kubernetes](http://kubernetes.io/) API.
66

7-
This was forked from https://github.com/kubernetes-client/haskell/, in order to improve the OpenAPI generation tooling to generate a version for each Kubernetes release and publish each to Hackage.
7+
This was forked from [kubernetes-client/haskell](https://github.com/kubernetes-client/haskell), in order to improve the OpenAPI generation tooling to generate a version for each Kubernetes release and publish each to Hackage.
88

9-
The `kubernetes-api-*` folders contain the OpenAPI-generated libraries generated for each Kubernetes version. The `kubernetes-api-client` folder contains the handwritten client library.
9+
The `kubernetes-api-*` folders contain the OpenAPI-generated libraries generated for each Kubernetes version, while `kubernetes-api-client` contains the handwritten client library.
1010

11-
Currently, we generate the `kubernetes-api-*` packages from Kubernetes version 1.25 to 1.32. These are released on Hackage where version 1.25 is version `125.x.x`, 1.26 is `126.x.x`, and so on. This scheme was chosen so that we can do both major and minor version updates, if necessary.
11+
Currently, we generate the `kubernetes-api-*` packages for Kubernetes version 1.25 to 1.32. These are released on Hackage where version 1.25 is version `125.x.x`, 1.26 is `126.x.x`, and so on. This scheme was chosen so that we can do both major and minor version updates, if necessary.
1212

13-
When using this, you will probably want to specify the Kubernetes version in your `.cabal` file to match the version of your cluster. I.e., if you cluster is on Kubernetes 1.30, then
13+
When using this, you will probably want to specify the Kubernetes version in your `.cabal` file to match the version of your cluster. So if your cluster is on Kubernetes 1.30, then
1414

1515
``` bash
1616
build-depends:

0 commit comments

Comments
 (0)