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"] |
Â