diff options
| author | Mehdy Bohlool <mehdy@google.com> | 2017-03-31 01:58:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-31 01:58:02 -0700 |
| commit | 0acb016b484a649de90bb97f0fe17a3ebb55fd01 (patch) | |
| tree | 8e5e98581455b4c6f6542eb18c22a419524c337a | |
| parent | 05aed9667d0647478914f153a252763d0fb37c04 (diff) | |
Update badges links in csi-new-client-library-procedure.md
| -rw-r--r-- | contributors/design-proposals/csi-new-client-library-procedure.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contributors/design-proposals/csi-new-client-library-procedure.md b/contributors/design-proposals/csi-new-client-library-procedure.md index 4fdc5e8a..ee433856 100644 --- a/contributors/design-proposals/csi-new-client-library-procedure.md +++ b/contributors/design-proposals/csi-new-client-library-procedure.md @@ -24,7 +24,7 @@ Development would be based on a generated client using OpenAPI and [swagger-code ### Client Capabilities -* Bronze Requirements [](https://github.com/kubernetes-client) +* Bronze Requirements [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-capabilities) * Support loading config from kube config file @@ -40,11 +40,11 @@ Development would be based on a generated client using OpenAPI and [swagger-code * Works from within the cluster environment. -* Silver Requirements [](https://github.com/kubernetes-client) +* Silver Requirements [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-capabilities) * Support watch calls -* Gold Requirements [](https://github.com/kubernetes-client) +* Gold Requirements [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-capabilities) * Support exec, attach, port-forward calls (these are not normally supported out of the box from [swagger-codegen](https://github.com/swagger-api/swagger-codegen)) @@ -54,11 +54,11 @@ Development would be based on a generated client using OpenAPI and [swagger-code ### Client Support Level -* Alpha [](https://github.com/kubernetes-client) +* Alpha [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-support-level) * Clients don’t even have to meet bronze requirements -* Beta [](https://github.com/kubernetes-client) +* Beta [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-support-level) * Client at least meets bronze standards @@ -68,7 +68,7 @@ Development would be based on a generated client using OpenAPI and [swagger-code * 2+ individual maintainers/owners of the repository -* Stable [](https://github.com/kubernetes-client) +* Stable [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-support-level) * Support level documented per-platform |
