diff options
| author | u2takey <wanglei2@qiniu.com> | 2017-09-19 22:50:15 +0800 |
|---|---|---|
| committer | u2takey <wanglei2@qiniu.com> | 2017-09-20 10:10:36 +0800 |
| commit | f955f5d0eddddd0bf86be1ee8eca3fbcaca5ac1d (patch) | |
| tree | 453fa5ce08c8eb0d95fe2109d9339d2fb4cb6817 | |
| parent | 260a99a3de835f215f0666c6a4f7f1c639802116 (diff) | |
fix broke link in csi-new-client-library-procedure.md
| -rw-r--r-- | contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md b/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md index ee433856..e702a92c 100644 --- a/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md +++ b/contributors/design-proposals/api-machinery/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/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-capabilities) +* Bronze Requirements [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/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/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-capabilities) +* Silver Requirements [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-capabilities) * Support watch calls -* Gold Requirements [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-capabilities) +* Gold Requirements [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/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/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-support-level) +* Alpha [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-support-level) * Clients don’t even have to meet bronze requirements -* Beta [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-support-level) +* Beta [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/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/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-support-level) +* Stable [](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-support-level) * Support level documented per-platform |
