| Package | Description |
|---|---|
| io.strimzi.api.kafka.model | |
| io.strimzi.api.kafka.model.storage |
| Modifier and Type | Method and Description |
|---|---|
Storage |
KafkaClusterSpecFluentImpl.buildStorage() |
Storage |
KafkaClusterSpecFluent.buildStorage() |
Storage |
KafkaClusterSpec.getStorage() |
Storage |
KafkaClusterSpecFluentImpl.getStorage()
Deprecated.
|
Storage |
KafkaClusterSpecFluent.getStorage()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaClusterSpec.setStorage(Storage storage) |
A |
KafkaClusterSpecFluentImpl.withStorage(Storage storage) |
A |
KafkaClusterSpecFluent.withStorage(Storage storage) |
| Modifier and Type | Class and Description |
|---|---|
class |
EphemeralStorage
Representation for ephemeral storage.
|
class |
JbodStorage
Representation for JBOD storage.
|
class |
PersistentClaimStorage
Representation for persistent claim-based storage.
|
class |
SingleVolumeStorage |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Storage.deleteClaim(Storage storage) |
static String |
Storage.storageClass(Storage storage) |
Copyright © 2019. All rights reserved.