Ce contenu n'est pas disponible dans la langue sélectionnée.
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 |
|---|---|---|
| type | string |
Must be |
| size | string |
When |
| 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. |
| class | string | The storage class to use for dynamic volume allocation. |
| id | integer | Storage identification number. It is mandatory only for storage volumes defined in a storage of type 'jbod'. |
| overrides |
Overrides for individual brokers. The |