diff options
| -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 |
