4.2. API endpoints
The following API endpoints are available:
/apis/storage.k8s.io/v1/csistoragecapacities-
GET: list or watch objects of kind CSIStorageCapacity
-
/apis/storage.k8s.io/v1/watch/csistoragecapacities-
GET: watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities-
DELETE: delete collection of CSIStorageCapacity -
GET: list or watch objects of kind CSIStorageCapacity -
POST: create a CSIStorageCapacity
-
/apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities-
GET: watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}-
DELETE: delete a CSIStorageCapacity -
GET: read the specified CSIStorageCapacity -
PATCH: partially update the specified CSIStorageCapacity -
PUT: replace the specified CSIStorageCapacity
-
/apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities/{name}-
GET: watch changes to an object of kind CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
-
4.2.1. /apis/storage.k8s.io/v1/csistoragecapacities 링크 복사링크가 클립보드에 복사되었습니다!
- HTTP method
-
GET - Description
- list or watch objects of kind CSIStorageCapacity
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |