Uses of Class
io.strimzi.api.kafka.model.kafka.Storage
Packages that use Storage
Package
Description
This package provides interfaces for the pluggable PodSecurityProviders which are used to configure the Pod and
container security profiles.
-
Uses of Storage in io.strimzi.api.kafka.model.kafka
Subclasses of Storage in io.strimzi.api.kafka.model.kafkaModifier and TypeClassDescriptionclassRepresentation for ephemeral storage.classRepresentation for JBOD storage.classRepresentation for persistent claim-based storage.classMethods in io.strimzi.api.kafka.model.kafka that return StorageModifier and TypeMethodDescriptionKafkaClusterSpecFluent.buildStorage()KafkaClusterSpec.getStorage()Methods in io.strimzi.api.kafka.model.kafka with parameters of type StorageModifier and TypeMethodDescriptionstatic booleanStorage.deleteClaim(Storage storage) voidKafkaClusterSpec.setStorage(Storage storage) static StringStorage.storageClass(Storage storage) KafkaClusterSpecFluent.withStorage(Storage storage) -
Uses of Storage in io.strimzi.api.kafka.model.nodepool
Methods in io.strimzi.api.kafka.model.nodepool that return StorageModifier and TypeMethodDescriptionKafkaNodePoolSpecFluent.buildStorage()KafkaNodePoolSpec.getStorage()Methods in io.strimzi.api.kafka.model.nodepool with parameters of type StorageModifier and TypeMethodDescriptionvoidKafkaNodePoolSpec.setStorage(Storage storage) KafkaNodePoolSpecFluent.withStorage(Storage storage) -
Uses of Storage in io.strimzi.plugin.security.profiles
Methods in io.strimzi.plugin.security.profiles that return Storage