Interface: CephStorageClass ¶
Properties ¶
| property | type | description |
|---|---|---|
| allowVolumeExpansion | undefined | false | true | Enable volume expansion. Defaults to true. |
| enabled | undefined | false | true | Enable the storage class. Defaults to true. |
| fstype | "xfs" | "ext4" | Set the file system type for the storage class. Defaults to 'xfs'. |
| name | undefined | string | Set a name for the storage class. Defaults to '${resource-name}'. |
| reclaimPolicy | undefined | string | Sets the storage class reclaim policy. Defaults to 'Delete'. |
Optional allowVolumeExpansion ¶
• allowVolumeExpansion? : undefined | false | true
Enable volume expansion. Defaults to true.
Defined in rook-ceph/index.ts:178
Optional enabled ¶
• enabled? : undefined | false | true
Enable the storage class. Defaults to true.
Defined in rook-ceph/index.ts:158
Optional fstype ¶
• fstype? : "xfs" | "ext4"
Set the file system type for the storage class. Defaults to 'xfs'.
Defined in rook-ceph/index.ts:173
Optional name ¶
• name? : undefined | string
Set a name for the storage class. Defaults to '${resource-name}'.
Defined in rook-ceph/index.ts:163
Optional reclaimPolicy ¶
• reclaimPolicy? : undefined | string
Sets the storage class reclaim policy. Defaults to 'Delete'.
Defined in rook-ceph/index.ts:168