Skip to content

Commit e91dcc4

Browse files
committed
Update the README
* Remove "work in progress" * Introduce the generic client * Correct the address of the mailing list
1 parent 6c22e91 commit e91dcc4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Build](https://github.com/kubernetes-client/c/workflows/Build/badge.svg)](https://github.com/kubernetes-client/c/actions?query=workflow%3ABuild)
77

88
This is the official Kubernetes client library for the C programming language.
9-
It is a work in progress.
109

1110
## Building the library
1211
```bash
@@ -153,6 +152,10 @@ list all pods in cluster:
153152
apiClient_unsetupGlobalEnv();
154153
```
155154

155+
## Aggregated APIs and CRD-based APIs
156+
157+
If you want to implement a client for aggregated APIs (such as the metrics server API `apis/metrics.k8s.io` ) or CRD-based APIs, use the [generic client](./kubernetes/src/generic.c). See [example](./examples/generic/main.c).
158+
156159
## Multi-threaded Usage
157160

158161
If the C client library is used in multi-threaded program, the following 2 actions are required:
@@ -174,7 +177,7 @@ Learn how to engage with the Kubernetes community on the [community page](http:/
174177
You can reach the maintainers of this project at:
175178

176179
- [Slack](http://slack.k8s.io/)
177-
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-dev)
180+
- [Mailing List](https://groups.google.com/a/kubernetes.io/g/dev)
178181

179182
### Code of conduct
180183

0 commit comments

Comments
 (0)