Changes to cce_api-ref from docs/doc-exports#576 (adding fix for & character)

Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
This commit is contained in:
proposalbot 2023-01-25 15:38:26 +00:00 committed by zuul
parent bc30abec3b
commit 367ab120a5
2 changed files with 134 additions and 134 deletions

View File

@ -5,44 +5,44 @@
API Permissions
===============
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| **Module** | **API** | **Function** | **Permission** |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| Cluster management | GET /api/v3/projects/{project_id}/clusters | Obtaining information about clusters in a specified project | cce:cluster:list |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | POST /api/v3/projects/{project_id}/clusters | Creating a cluster | cce:cluster:create |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | GET /api/v3/projects/{project_id}/clusters/{cluster_id} | Obtaining information about a specified cluster | cce:cluster:get |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | GET /api/v3/projects/{project_id}/clusters/{cluster_id}/clustercert | Obtaining the certificates of a cluster | |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | PUT /api/v3/projects/{project_id}/clusters/{cluster_id} | Updating information about a cluster | cce:cluster:update |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | DELETE /api/v3/projects/{project_id}/clusters/{cluster_id} | Deleting a cluster | cce:cluster:delete |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | GET /api/v3/projects/{project_id}/clusters/{cluster_id}/nodes | Obtaining information about all nodes in a cluster | cce:node:list |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | POST /api/v3/projects/{project_id}/clusters/{cluster_id}/nodes | Creating nodes for a cluster | cce:node:create |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | PUT /api/v3/projects/{project_id}/clusters/{cluster_id}/nodes/{node_id} | Updating information about a specified node | cce:node:update |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | GET /api/v3/projects/{project_id}/clusters/{cluster_id}/nodes/{node_id} | Obtaining information about a specified node | cce:node:get |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | DELETE /api/v3/projects/{project_id}/clusters/{cluster_id}/nodes/{node_id} | Deleting a node | cce:node:delete |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | GET /api/v3/projects/{project_id}/jobs/{job_id} | Obtaining information about a specified job | cce:job:get |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | GET /api/v3/projects/{project_id}/clusters/{cluster_id}/nodepools | Obtaining information about all node pools in a specified cluster | cce:nodepool:list |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| Storage management | POST /api/v1/namespaces/{namespace}/cloudpersistentvolumeclaims | Creating a PersistentVolumeClaim | cce:storage:create |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | POST /api/v1/cloudpersistentvolumes | Creating a PersistentVolume | |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | DELETE /api/v1/namespaces/{namespace}/cloudpersistentvolumeclaims/{name} | Deleting a PersistentVolumeClaim | cce:storage:delete |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | DELETE /api/v1/cloudpersistentvolumes/{name} | Deleting a PersistentVolume | |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
| Kubernetes-native APIs | /api/``*`` | Operating Kubernetes resources | cce:kubernetes:``*`` |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
| | /apis/``*`` | | |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+----------------------+
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| Kubernetes-native APIs | /api/\* | Operating Kubernetes resources | cce:kubernetes:\* |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+
| | /apis/\* | | |
+------------------------+----------------------------------------------------------------------------+-------------------------------------------------------------------+--------------------+