diff options
| author | mbohlool <mehdy@google.com> | 2016-12-02 14:18:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-02 14:18:14 -0800 |
| commit | 585bb5b02a4c46b1a7382a4d5329295ed6ab7441 (patch) | |
| tree | 1f9948015225f5e03a15495417ea341cb8b2a9cb | |
| parent | cb665ec0b5cf7a2f889e9542d3f5d0e326e4b941 (diff) | |
| parent | 57d5e4858f1f7c955369cdf391f911cb8dc5ede3 (diff) | |
Merge pull request #129 from kubernetes/mbohlool-patch-1
Add client-python to sig-api-machinery's supported clients
| -rw-r--r-- | contributors/devel/client-libraries.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contributors/devel/client-libraries.md b/contributors/devel/client-libraries.md index d38f9fd7..7e9c4107 100644 --- a/contributors/devel/client-libraries.md +++ b/contributors/devel/client-libraries.md @@ -1,8 +1,9 @@ ## Kubernetes API client libraries -### Supported +### Supported by [Kubernetes SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery) * [Go](https://github.com/kubernetes/client-go) + * [Python] (https://github.com/kubernetes-incubator/client-python) ### User Contributed |
