Uses of Class
io.strimzi.api.kafka.model.storage.EphemeralStorage
Packages that use EphemeralStorage
Package
Description
-
Uses of EphemeralStorage in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model with parameters of type EphemeralStorageModifier and TypeMethodDescriptionKafkaClusterSpecFluent.withNewEphemeralStorageLike(EphemeralStorage item) ZookeeperClusterSpecFluent.withNewEphemeralStorageLike(EphemeralStorage item) -
Uses of EphemeralStorage in io.strimzi.api.kafka.model.nodepool
Methods in io.strimzi.api.kafka.model.nodepool with parameters of type EphemeralStorageModifier and TypeMethodDescriptionKafkaNodePoolSpecFluent.withNewEphemeralStorageLike(EphemeralStorage item) -
Uses of EphemeralStorage in io.strimzi.api.kafka.model.storage
Methods in io.strimzi.api.kafka.model.storage that return EphemeralStorageMethods in io.strimzi.api.kafka.model.storage with parameters of type EphemeralStorageModifier and TypeMethodDescriptionJbodStorageFluent.addNewEphemeralStorageVolumeLike(EphemeralStorage item) JbodStorageFluent.setNewEphemeralStorageVolumeLike(int index, EphemeralStorage item) Constructors in io.strimzi.api.kafka.model.storage with parameters of type EphemeralStorageModifierConstructorDescriptionEphemeralStorageBuilder(EphemeralStorage instance) EphemeralStorageBuilder(EphemeralStorageFluent<?> fluent, EphemeralStorage instance) EphemeralStorageBuilder(EphemeralStorageFluent<?> fluent, EphemeralStorage instance, Boolean validationEnabled) EphemeralStorageBuilder(EphemeralStorage instance, Boolean validationEnabled) EphemeralStorageFluent(EphemeralStorage instance)