/
POST - /kubernetes/pvc
POST - /kubernetes/pvc
Description
This API creates a PVC.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
configuration | body | object | Yes |
|
name | body | string | Yes |
|
accessModes | body | array of enums | Yes | "minItems": 1 ["ReadWriteOnce", "ReadOnlyMany", "ReadWriteMany"] |
storage | body | string | no |
|
storageClassName | body | string | no |
|
volumeMode | body | enum | no | ["Filesystem", "Block"] |