Add KubeSphere API doc link

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
rick 2021-03-11 04:03:04 +00:00 committed by GitHub
parent 7d4d0f3e61
commit d38e22e9bf
2 changed files with 4 additions and 0 deletions

View File

@ -116,3 +116,5 @@ The KubeSphere API swagger JSON file can be found in the repository https://gith
- KubeSphere specified the API [swagger json](https://github.com/kubesphere/kubesphere/blob/release-3.0/api/ks-openapi-spec/swagger.json) file. It contains all the APIs that are only applied to KubeSphere.
- KubeSphere specified the CRD [swagger json](https://github.com/kubesphere/kubesphere/blob/release-3.0/api/openapi-spec/swagger.json) file. It contains all the generated CRDs API documentation. It is same as Kubernetes API objects.
You can explore the KubeSphere API document from [here](https://kubesphere.io/api/kubesphere) as well.

View File

@ -116,3 +116,5 @@ KubeSphere API Swagger JSON 文件可以在 https://github.com/kubesphere/kubesp
- KubeSphere 已指定 API [Swagger Json](https://github.com/kubesphere/kubesphere/blob/release-3.0/api/ks-openapi-spec/swagger.json) 文件,它包含所有只适用于 KubeSphere 的 API。
- KubeSphere 已指定 CRD [Swagger Json](https://github.com/kubesphere/kubesphere/blob/release-3.0/api/openapi-spec/swagger.json) 文件,它包含所有已生成的 CRD API 文档,与 Kubernetes API 对象相同。
你也可以[点击这里](https://kubesphere.io/api/kubesphere)查看 KubeSphere API 文档。