此内容没有您所选择的语言版本。
Chapter 18. PersistentClaimStorage schema reference
Used in: JbodStorage, KafkaClusterSpec, KafkaNodePoolSpec, ZookeeperClusterSpec
The type property is a discriminator that distinguishes use of the PersistentClaimStorage type from EphemeralStorage. It must have the value persistent-claim for the type PersistentClaimStorage.
| Property | Property type | Description |
|---|---|---|
| id | integer | Storage identification number. It is mandatory only for storage volumes defined in a storage of type 'jbod'. |
| type | string |
Must be |
| size | string |
When |
| kraftMetadata | string (one of [shared]) |
Specifies whether this volume should be used for storing KRaft metadata. This property is optional. When set, the only currently supported value is |
| class | string | The storage class to use for dynamic volume allocation. |
| selector | map | Specifies a specific persistent volume to use. It contains key:value pairs representing labels for selecting such a volume. |
| deleteClaim | boolean | Specifies if the persistent volume claim has to be deleted when the cluster is un-deployed. |
| overrides |
The |