Uses of Class
io.strimzi.api.kafka.model.storage.Storage
-
Packages that use Storage Package Description io.strimzi.api.kafka.model io.strimzi.api.kafka.model.storage -
-
Uses of Storage in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return Storage Modifier and Type Method Description StorageKafkaClusterSpecFluent. buildStorage()StorageKafkaClusterSpecFluentImpl. buildStorage()StorageKafkaClusterSpec. getStorage()StorageKafkaClusterSpecFluent. getStorage()Deprecated.StorageKafkaClusterSpecFluentImpl. getStorage()Deprecated.Methods in io.strimzi.api.kafka.model with parameters of type Storage Modifier and Type Method Description voidKafkaClusterSpec. setStorage(Storage storage)AKafkaClusterSpecFluent. withStorage(Storage storage)AKafkaClusterSpecFluentImpl. withStorage(Storage storage) -
Uses of Storage in io.strimzi.api.kafka.model.storage
Subclasses of Storage in io.strimzi.api.kafka.model.storage Modifier and Type Class Description classEphemeralStorageRepresentation for ephemeral storage.classJbodStorageRepresentation for JBOD storage.classPersistentClaimStorageRepresentation for persistent claim-based storage.classSingleVolumeStorageMethods in io.strimzi.api.kafka.model.storage with parameters of type Storage Modifier and Type Method Description static booleanStorage. deleteClaim(Storage storage)static StringStorage. storageClass(Storage storage)
-