Skip to content

Commit 6cd4058

Browse files
authored
Merge pull request #113 from ityuhui/yh-readme-0318
Add capabilities and support-level badges to README
2 parents 95cb90e + acd2af2 commit 6cd4058

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Kubernetes Client Library for C
22

3+
[![Client Capabilities](https://img.shields.io/badge/Kubernetes%20client-Silver-blue.svg?style=flat&colorB=C0C0C0&colorA=306CE8)](https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/csi-new-client-library-procedure.md#client-capabilities)
4+
[![Client Support Level](https://img.shields.io/badge/kubernetes%20client-beta-green.svg?style=flat&colorA=306CE8)](https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/csi-new-client-library-procedure.md#client-support-level)
35
[![Code Check](https://github.com/kubernetes-client/c/workflows/Code%20Check/badge.svg)](https://github.com/kubernetes-client/c/actions?query=workflow%3A%22Code+Check%22)
46
[![Build](https://github.com/kubernetes-client/c/workflows/Build/badge.svg)](https://github.com/kubernetes-client/c/actions?query=workflow%3ABuild)
57

68
This is the official Kubernetes client library for the C programming language.
7-
It is a work in progress and should be considered _alpha_ quality software at this
8-
time.
9+
It is a work in progress.
910

1011
## Building the library
1112
```bash

0 commit comments

Comments
 (0)